mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-13 19:52:22 -04:00
removed unsued var
This commit is contained in:
parent
f93a793469
commit
3167733216
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class APIUpload(Resource):
|
||||||
_external=True
|
_external=True
|
||||||
)
|
)
|
||||||
), 201
|
), 201
|
||||||
except (ValueError, RuntimeError) as e:
|
except (ValueError, RuntimeError):
|
||||||
current_app.logger.error('Upload - Cleaning failed with mime: %s', mime)
|
current_app.logger.error('Upload - Cleaning failed with mime: %s', mime)
|
||||||
abort(400, message='Unable to clean %s' % mime)
|
abort(400, message='Unable to clean %s' % mime)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue