Minor patch (fixes #3795)

This commit is contained in:
Miroslav Stampar
2019-07-04 11:07:25 +02:00
parent 3676cef79b
commit f9489c3352
4 changed files with 5 additions and 3 deletions

View File

@@ -620,6 +620,7 @@ class Dump(object):
with open(filepath, "wb") as f:
_ = safechardecode(value, True)
f.write(_)
except magic.MagicException as ex:
logger.debug(getSafeExString(ex))