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 84d4002 commit e89a5edCopy full SHA for e89a5ed
desktop/core/src/desktop/lib/importer/operations.py
@@ -35,7 +35,7 @@
35
36
is_magic_lib_available = True
37
except ImportError as e:
38
- LOG.exception(f"Failed to import python-magic: {str(e)}")
+ LOG.warning(f"Failed to import python-magic: {e}")
39
is_magic_lib_available = False
40
41
0 commit comments