Skip to content

Commit

Permalink
Try to fix exception propagation from REST api
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyisi authored and BenGalewsky committed Oct 8, 2024
1 parent 22b32bc commit 3b4008e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicex_app/servicex_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def b64decode(text): # needed for python selection decoding to web page.
app.logger.error("Supplied Transformer Persistent Volume Claim Doesn't exist")
sys.exit(-1)

api = Api(app)
api = Api(app, errors=Flask.errorhandler)

# ensure the instance folder exists
try:
Expand Down

0 comments on commit 3b4008e

Please sign in to comment.