Fixed F821 (undefined-name): Undefined name `e`
This commit is contained in:
parent
618c466b84
commit
775a4223de
|
@ -167,7 +167,7 @@ def migration_12(env):
|
|||
dropcmd = "DROP TABLE %s" % table
|
||||
c.execute(dropcmd)
|
||||
except:
|
||||
print("Failed to drop table", table, e)
|
||||
print("Failed to drop table", table)
|
||||
# Save.
|
||||
conn.commit()
|
||||
conn.close()
|
||||
|
|
Loading…
Reference in New Issue