File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 3636
3737@app .errorhandler (HTTPException )
3838def errorhandler (e ):
39- # print("tutu", e, flush=True)
4039 return handle_exception (e )
4140
4241
@@ -45,9 +44,7 @@ def errorhandler(e):
4544 methods = ["POST" ],
4645)
4746def return_error ():
48- # print("return_error 123", flush=True)
4947 flask .abort (500 , f"Test" )
50- # return flask.make_response({}, 500)
5148
5249
5350# ''' Main '''
Original file line number Diff line number Diff line change 11import os
22import uuid
33from src .opengeodeweb_back import geode_functions , geode_objects
4- from werkzeug .exceptions import HTTPException
5- from jsonschema import validate
6- from jsonschema .exceptions import ValidationError
74
85
96data_folder = os .path .join (os .path .dirname (__file__ ), "data" )
You can’t perform that action at this time.
0 commit comments