summaryrefslogtreecommitdiff
path: root/matweb
diff options
context:
space:
mode:
Diffstat (limited to 'matweb')
-rw-r--r--matweb/rest_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/matweb/rest_api.py b/matweb/rest_api.py
index ef1a55a..c8edead 100644
--- a/matweb/rest_api.py
+++ b/matweb/rest_api.py
@@ -68,7 +68,7 @@ class APIUpload(Resource):
68 _external=True 68 _external=True
69 ) 69 )
70 ), 201 70 ), 201
71 except (ValueError, RuntimeError) as e: 71 except (ValueError, RuntimeError):
72 current_app.logger.error('Upload - Cleaning failed with mime: %s', mime) 72 current_app.logger.error('Upload - Cleaning failed with mime: %s', mime)
73 abort(400, message='Unable to clean %s' % mime) 73 abort(400, message='Unable to clean %s' % mime)
74 74