Dima Kuznetsov has uploaded a new change for review. Change subject: pep8: Fix pep8 in vdsm-tool ......................................................................
pep8: Fix pep8 in vdsm-tool Change-Id: I00773932002cdeac939afedad90f1291010fedda Signed-off-by: Dima Kuznetsov <[email protected]> --- M vdsm-tool/vdsm-tool 1 file changed, 5 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/56/27656/1 diff --git a/vdsm-tool/vdsm-tool b/vdsm-tool/vdsm-tool index 1d9fad0..533c3b9 100755 --- a/vdsm-tool/vdsm-tool +++ b/vdsm-tool/vdsm-tool @@ -92,9 +92,11 @@ cmd_name = cmd._vdsm_tool["name"] if cmd_name in tool_command: - print textwrap.fill(ERROR_SAME_COMMAND % - (cmd_name, mod_name, - tool_command[cmd_name]["module"].__name__)) + print textwrap.fill( + ERROR_SAME_COMMAND % + (cmd_name, mod_name, + tool_command[cmd_name]["module"].__name__) + ) continue tool_command[cmd_name] = {"module": module, "command": cmd} mod_cmds.append((cmd_name, cmd.__doc__)) -- To view, visit http://gerrit.ovirt.org/27656 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I00773932002cdeac939afedad90f1291010fedda Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dima Kuznetsov <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
