Include try_and_print result in log
This commit is contained in:
parent
2b08654d7c
commit
849c53a62d
1 changed files with 1 additions and 0 deletions
|
|
@ -725,6 +725,7 @@ def try_and_print(
|
|||
raise
|
||||
|
||||
# Done
|
||||
LOG.info('Result: %s', result_msg.strip())
|
||||
return {
|
||||
'Failed': bool(f_exception),
|
||||
'Exception': f_exception,
|
||||
|
|
|
|||
Loading…
Reference in a new issue