Antoni Segura Puimedon has posted comments on this change. Change subject: pep8: hooks cleanups for pep-1.5.x ......................................................................
Patch Set 2: Code-Review+1 (1 comment) http://gerrit.ovirt.org/#/c/26383/2/vdsm_hooks/fileinject/before_vm_start.py File vdsm_hooks/fileinject/before_vm_start.py: Line 93: rawcount += 1 Line 94: Line 95: # disk format can be raw or qcow2 Line 96: # http://libguestfs.org/guestfs.3.html Line 97: # see: guestfs_add_drive_opts > Not happy of this one, but looks acceptable and, lacking better ideas, I av :( Line 98: path = None Line 99: if source.hasAttribute('file'): Line 100: path = source.attributes['file'].value Line 101: elif source.hasAttribute('dev'): -- To view, visit http://gerrit.ovirt.org/26383 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I18ed1b38dc3bff8b04e26a712f5968184d0391b0 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
