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 7e86a2e commit ea36ef4Copy full SHA for ea36ef4
1 file changed
mathics/eval/import_export/importexport.py
@@ -702,4 +702,4 @@ def infer_file_format(filename: str) -> Optional[str]:
702
a format.
703
"""
704
file_extension = eval_FileExtension(filename).lower()
705
- return FILE_EXTENSION_MAP.get(file_extension)
+ return FILE_EXTENSION_MAP.get(file_extension, "Text")
0 commit comments