Update exceptions again
This commit is contained in:
parent
6912758a44
commit
f3a32f1176
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def main():
|
|||
perform_migration(cursor, migration)
|
||||
conn.commit()
|
||||
except Exception as ex:
|
||||
print(f'An error occurred while applying migration: {ex}, aborting...')
|
||||
print(f'An error occurred while applying {migration[1]}: {ex}, aborting...')
|
||||
print(traceback.format_exc())
|
||||
conn.rollback()
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue