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:
parent
149e07a957
commit
ff87860d6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue