We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b9c2e commit 1c88132Copy full SHA for 1c88132
client/pdo/client/builder/shell.py
@@ -209,5 +209,5 @@ def run_shell_command(command_name, module_name) :
209
command(state, bindings, args)
210
except Exception as e :
211
builder_command_base.display_error("Command failed: {}".format(str(e)))
212
- logger.exception(e)
+ if builder_command_base.verbose: logger.exception(e)
213
sys.exit(-1)
0 commit comments