Alon Bar-Lev has uploaded a new change for review. Change subject: common: pep8-1.5 fixups ......................................................................
common: pep8-1.5 fixups Change-Id: I52c60540f75ebdee9d0862d3f6e1217c4948285d Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M src/plugins/ovirt-host-deploy/vdsm/vdsmid.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/13/26713/1 diff --git a/src/plugins/ovirt-host-deploy/vdsm/vdsmid.py b/src/plugins/ovirt-host-deploy/vdsm/vdsmid.py index 328ad17..bbfc692 100644 --- a/src/plugins/ovirt-host-deploy/vdsm/vdsmid.py +++ b/src/plugins/ovirt-host-deploy/vdsm/vdsmid.py @@ -107,7 +107,7 @@ else: vdsmId = stdout[0] elif arch in ('ppc', 'ppc64'): - #eg. output IBM,03061C14A + # eg. output IBM,03061C14A if os.path.exists('/proc/device-tree/system-id'): with open('/proc/device-tree/system-id') as f: vdsmId = f.readline().rstrip('\0').replace(',', '') -- To view, visit http://gerrit.ovirt.org/26713 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I52c60540f75ebdee9d0862d3f6e1217c4948285d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches