Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
gkorland and coderabbitai[bot] authored Dec 21, 2023
1 parent 3a45d14 commit f598c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def _restore(e):
logging.info("Results from Graph:", results)

except Exception as e:
logging.error("An error occurred during the Graph operation:", e)
logging.error("An error occurred during the Graph operation: %s", e)
return (
jsonify(
{"error": "An error occurred during the Graph operation: {}".format(e)}
Expand Down

0 comments on commit f598c13

Please sign in to comment.