mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-13 03:32:18 -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
|
||||
)
|
||||
), 201
|
||||
except (ValueError, RuntimeError) as e:
|
||||
except (ValueError, RuntimeError):
|
||||
current_app.logger.error('Upload - Cleaning failed with mime: %s', mime)
|
||||
abort(400, message='Unable to clean %s' % mime)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue