Skip to content

Commit fa068d2

Browse files
committed
address @charles-cowart comment
1 parent 5542328 commit fa068d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qiita_db/environment_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ def drop_environment(ask_for_confirmation):
280280
# environment and clean up
281281
if 'UNDEFINED_TABLE. MSG: relation "settings"' in str(e):
282282
is_test_environment = True
283+
else:
284+
raise
283285
qdb.sql_connection.TRN.close()
284286

285287
if is_test_environment:

0 commit comments

Comments
 (0)