[node-patches] Change in ovirt-node[master]: snmp.py: conform to pep8 standard
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Jul 11 11:53:42 UTC 2012
Fabian Deutsch has posted comments on this change.
Change subject: snmp.py: conform to pep8 standard
......................................................................
Patch Set 4: (1 inline comment)
One format string problem.
....................................................
File scripts/snmp.py
Line 45: "SHA -A %s localhost passwd %s %s -x AES" % (oldpwd, oldpwd, password))
The first bracket needs to close behind AES", so
("snmpusm ..." + \n "... AES") % (oldpw ...)
--
To view, visit http://gerrit.ovirt.org/3315
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I07bf663ecd2ade58f1f3023f1861b4488a11b12b
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list