Skip to content

Commit a8df988

Browse files
cmickeybCopilot
andcommitted
Update client/pdo/client/builder/shell.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Mic Bowman <[email protected]>
1 parent 183937e commit a8df988

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)