diff options
Diffstat (limited to 'matweb/frontend.py')
| -rw-r--r-- | matweb/frontend.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matweb/frontend.py b/matweb/frontend.py index 018fc97..ec9ef23 100644 --- a/matweb/frontend.py +++ b/matweb/frontend.py | |||
| @@ -68,7 +68,7 @@ def upload_file(): | |||
| 68 | parser, mime = utils.get_file_parser(filepath) | 68 | parser, mime = utils.get_file_parser(filepath) |
| 69 | except ValueError: | 69 | except ValueError: |
| 70 | flash('The filetype is not supported') | 70 | flash('The filetype is not supported') |
| 71 | current_app.logger.error('Unsupported filetype',) | 71 | current_app.logger.error('Unsupported filetype') |
| 72 | return redirect(url_for('routes.upload_file')) | 72 | return redirect(url_for('routes.upload_file')) |
| 73 | 73 | ||
| 74 | try: | 74 | try: |
