1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Fix for the accidental indentation error.

This commit is contained in:
rluzuriaga 2020-04-06 17:34:39 -07:00
parent 149e07a957
commit ff87860d6a

View file

@ -207,7 +207,7 @@ def load(session, tables=[], directory=None, drop_tables=False, verbose=False, s
if "already exists" in str(error.orig):
print("\n\nERROR: The table '{}' already exists in the database. "
"Did you mean to use 'pokedex load -D'".format(table))
sys.exit(1)
sys.exit(1)
# If it happens to be some other error but raised by the same
# exception, then an unexpected error message is sent with