Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: fix code validation error ......................................................................
packaging: setup: fix code validation error Fixes list comprehension redefines 'line' Change-Id: If50cdd83691005267a9d8d21d1485b9640b00736 Signed-off-by: Sandro Bonazzola <[email protected]> --- M packaging/setup/plugins/ovirt-engine-remove/ovirt-engine/files/simple.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/57/27657/1 diff --git a/packaging/setup/plugins/ovirt-engine-remove/ovirt-engine/files/simple.py b/packaging/setup/plugins/ovirt-engine-remove/ovirt-engine/files/simple.py index fda287a..facbd09 100644 --- a/packaging/setup/plugins/ovirt-engine-remove/ovirt-engine/files/simple.py +++ b/packaging/setup/plugins/ovirt-engine-remove/ovirt-engine/files/simple.py @@ -118,8 +118,8 @@ file=filename, lines='\n'.join( [ - '\t{line}'.format(line=line) - for line in remove_unremoved + '\t{line}'.format(line=newline) + for newline in remove_unremoved ] ), ) -- To view, visit http://gerrit.ovirt.org/27657 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If50cdd83691005267a9d8d21d1485b9640b00736 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
