There was an error while loading. Please reload this page.
2 parents 298f1cb + 8a89f23 commit dd5dd3eCopy full SHA for dd5dd3e
mfr/extensions/tabular/render.py
@@ -63,7 +63,7 @@ def _populate_data(self, fp, ext):
63
:param ext: file extension
64
:return: tuple of column headers and row data
65
"""
66
- function_preference = settings.LIBS.get(ext)
+ function_preference = settings.LIBS.get(ext.lower())
67
68
for function in function_preference:
69
try:
0 commit comments