Skip to content

Commit

Permalink
HDX-9974 Allow the bare except
Browse files Browse the repository at this point in the history
  • Loading branch information
IanHopkinson committed Sep 9, 2024
1 parent b3c3fda commit d7bdbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def pytest_sessionstart(session):
def _create_tables_and_views(engine: Engine):
try:
_ = prepare_hapi_views()
except:
except: # noqa
print('prepare_hapi_views failed', flush=True)
Base.metadata.create_all(engine)
with engine.connect() as conn:
Expand Down

0 comments on commit d7bdbc4

Please sign in to comment.