Skip to content

Commit

Permalink
Add logging of error when main() throws exception
Browse files Browse the repository at this point in the history
  • Loading branch information
verovaleros committed Feb 13, 2024
1 parent 88c1153 commit b1d2758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermeneisGPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def main():

except Exception as err:
logger.info("Exception in main()")
logger.info(err)


if __name__ == "__main__":
Expand Down

0 comments on commit b1d2758

Please sign in to comment.