Skip to content
Snippets Groups Projects
Verified Commit 31677332 authored by jfriedli's avatar jfriedli
Browse files

removed unsued var

parent f93a7934
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ class APIUpload(Resource): ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment