Skip to content

Commit

Permalink
fix error string
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Mar 28, 2024
1 parent 2089f3a commit c640087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatmaild/src/chatmaild/filedict.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ def read(self):
except FileNotFoundError:
return {}
except Exception:
logging.warning("corrupt marshal data at: %r", self.path)
logging.warning("corrupt serialization state at: %r", self.path)
return {}

0 comments on commit c640087

Please sign in to comment.