Merge "Removing display of help screen when errors occur"
This commit is contained in:
@@ -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__)
|
||||
|
Reference in New Issue
Block a user