mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 21:08:03 +00:00
fix error string
This commit is contained in:
@@ -31,5 +31,5 @@ class FileDict:
|
|||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
return {}
|
return {}
|
||||||
except Exception:
|
except Exception:
|
||||||
logging.warning("corrupt marshal data at: %r", self.path)
|
logging.warning("corrupt serialization state at: %r", self.path)
|
||||||
return {}
|
return {}
|
||||||
|
|||||||
Reference in New Issue
Block a user