Skip to content

Commit

Permalink
Fix thrown DB error
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Berkus <[email protected]>
  • Loading branch information
jberkus committed Feb 7, 2025
1 parent 14965cb commit a6c8551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
))
)
else:
raise "Invalid DB engine"
raise RuntimeError("Invalid DB engine")

# Meta repository
#
Expand Down

0 comments on commit a6c8551

Please sign in to comment.