Include try_and_print result in log

This commit is contained in:
2Shirt 2019-08-22 17:29:50 -06:00
parent 2b08654d7c
commit 849c53a62d
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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,