Merge "Removing display of help screen when errors occur"

This commit is contained in:
Jenkins
2015-03-18 03:49:56 +00:00
committed by Gerrit Code Review

View File

@@ -57,7 +57,6 @@ class CommandsBase(object):
try:
return self._actions[action]()
except exc.CommandError as ce:
print(self.__doc__)
print("ERROR: %s" % ce.message)
else:
print(self.__doc__)