Alon Bar-Lev has uploaded a new change for review. Change subject: core: cleanup pep8 warnings ......................................................................
core: cleanup pep8 warnings not shown at my environment... Change-Id: If3d16997af12e27216bad55339ecfb927ab6cec1 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/otopi/context.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/45/13745/1 diff --git a/src/otopi/context.py b/src/otopi/context.py index 7eee4f2..eed7e11 100644 --- a/src/otopi/context.py +++ b/src/otopi/context.py @@ -303,9 +303,9 @@ metadata['method'], ) ) - l.insert(candidateindex+offset, metadata) + l.insert(candidateindex + offset, metadata) if candidateindex < index: - del l[index+1] + del l[index + 1] else: del l[index] modified = True -- To view, visit http://gerrit.ovirt.org/13745 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If3d16997af12e27216bad55339ecfb927ab6cec1 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
