Skip to content

Commit

Permalink
Merge pull request #2073 from nicholasgriffintn/exception-fix
Browse files Browse the repository at this point in the history
fix: `Exeption` is not defined
  • Loading branch information
sgoggins committed Dec 16, 2022
2 parents 804b1ee + ba545df commit 972d96a
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 972d96a

Please sign in to comment.