We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20405f6 commit 94d40a2Copy full SHA for 94d40a2
mfr/extensions/tabular/libs/stdlib_tools.py
@@ -76,7 +76,7 @@ def parse_stdlib(reader):
76
77
# Outside other except because the `if any` line causes more errors to be raised
78
# on certain exceptions
79
- except UnicodeDecodeError as e:
+ except Exception as e:
80
raise TabularRendererError('Cannot render file as csv/tsv. '
81
'The file may be empty or corrupt',
82
code=HTTPStatus.BAD_REQUEST,
0 commit comments