Skip to content

Commit 65e5189

Browse files
committed
Print a warning exception on unsupportedmizfiles
1 parent 8af57ab commit 65e5189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/mizfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def _load(self):
5252
except FileNotFoundError:
5353
pass
5454
except Exception:
55+
self.log.warning(exc_info=True)
5556
raise UnsupportedMizFileException(self.filename)
5657

5758
def save(self, new_filename: Optional[str] = None):

0 commit comments

Comments
 (0)