We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
plus_or_noop_or_replace
plus
1 parent 50dbb0b commit 41d4615Copy full SHA for 41d4615
python/selfie-lib/selfie_lib/SnapshotFile.py
@@ -67,7 +67,7 @@ def writeEntry(
67
68
def set_at_test_time(self, key: str, snapshot: Snapshot) -> None:
69
with self._lock:
70
- self.snapshots = self.snapshots.plus(key, snapshot)
+ self.snapshots = self.snapshots.plus_or_noop_or_replace(key, snapshot)
71
self.was_set_at_test_time = True
72
73
def remove_all_indices(self, indices: List[int]) -> None:
0 commit comments