Closed karolinagrzeszkiewicz closed 1 year ago
Edit: this is not an issue, all "KVStore getters" return None when self.get(...) returns None, but throw an error when deserializing fails. This is correct since if self.get(...) succeeds, then deserialising should also succeed.
None
self.get(...)
Edit: this is not an issue, all "KVStore getters" return
None
whenself.get(...)
returnsNone
, but throw an error when deserializing fails. This is correct since ifself.get(...)
succeeds, then deserialising should also succeed.