Skip to content

Commit

Permalink
fix: Exeption is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Dec 13, 2022
1 parent 804b1ee commit ba545df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/application/db/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def catch_operational_error(func):

attempts += 1

raise Exeption("Unable to Resolve Operational Error")
raise Exception("Unable to Resolve Operational Error")


def execute_session_query(query, query_type="all"):
Expand Down

0 comments on commit ba545df

Please sign in to comment.