From ff87860d6a6a6a3baf37e5e5f4dd047d98104288 Mon Sep 17 00:00:00 2001
From: rluzuriaga <rodrigoluzuriaga@icloud.com>
Date: Mon, 6 Apr 2020 17:34:39 -0700
Subject: [PATCH] Fix for the accidental indentation error.

---
 pokedex/db/load.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pokedex/db/load.py b/pokedex/db/load.py
index eb0fe0a..a5e871f 100644
--- a/pokedex/db/load.py
+++ b/pokedex/db/load.py
@@ -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