Skip to content

Commit a1f0601

Browse files
cmickeybCopilot
andauthored
Update client/pdo/client/builder/shell.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mic Bowman <cmickeyb@gmail.com>
1 parent 1c88132 commit a1f0601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/pdo/client/builder/shell.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,6 @@ def run_shell_command(command_name, module_name) :
209209
command(state, bindings, args)
210210
except Exception as e :
211211
builder_command_base.display_error("Command failed: {}".format(str(e)))
212-
if builder_command_base.verbose: logger.exception(e)
212+
if builder_command_base.verbose:
213+
logger.exception(e)
213214
sys.exit(-1)

0 commit comments

Comments
 (0)