Skip to content

Commit

Permalink
Merge pull request #213 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jlaney authored Mar 7, 2024
2 parents a3205d5 + 9ec986d commit dd50e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/call_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def run(self):
rv = int(str(ex))
except Exception as ex:
rv = -1
logger.error("exception: {}".format(ex))
logger.error("exception: {}".format(ex), exc_info=True)

finish = time.time()
duration = finish - start
Expand Down

0 comments on commit dd50e90

Please sign in to comment.