summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 9f740bd..897898d 100644
--- a/main.py
+++ b/main.py
@@ -85,7 +85,7 @@ def upload_file():
85 meta = parser.get_meta() 85 meta = parser.get_meta()
86 86
87 if parser.remove_all() is not True: 87 if parser.remove_all() is not True:
88 flash('Unable to clean ' % mime) 88 flash('Unable to clean %s' % mime)
89 return redirect(url_for('upload_file')) 89 return redirect(url_for('upload_file'))
90 output_filename = os.path.basename(parser.output_filename) 90 output_filename = os.path.basename(parser.output_filename)
91 91