Skip to content

Commit

Permalink
Vincent's demo code on 2017dba passes for ALL exceptions, which feels…
Browse files Browse the repository at this point in the history
… a little dangerous
  • Loading branch information
jonaraphael committed Sep 26, 2023
1 parent 786cfde commit da1bcfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cerulean_cloud/cloud_run_tipg/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ async def startup_event() -> None:
)
except: # noqa
app.state.collection_catalog = {}
raise


@app.on_event("shutdown")
Expand Down

0 comments on commit da1bcfd

Please sign in to comment.