Michael Pasternak has uploaded a new change for review. Change subject: cli: reformat /connect error ......................................................................
cli: reformat /connect error Change-Id: Id5c5397fbdee9bed7844d3851e926d6bf696626b Signed-off-by: Michael Pasternak <[email protected]> --- M src/ovirtcli/command/connect.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/05/7905/1 diff --git a/src/ovirtcli/command/connect.py b/src/ovirtcli/command/connect.py index dede621..75af762 100644 --- a/src/ovirtcli/command/connect.py +++ b/src/ovirtcli/command/connect.py @@ -121,7 +121,7 @@ self.error(str(e)) except Exception, e: self.__cleanContext() - self.error(str(e).replace(', ', ',\n')) + self.error(str(e)) def testConnectivity(self): self.context.connection.test(throw_exception=True) -- To view, visit http://gerrit.ovirt.org/7905 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id5c5397fbdee9bed7844d3851e926d6bf696626b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
