Skip to content

Commit 8eb314c

Browse files
MillenniumFalconMechanicDaniel Hegeman
andauthored
fix: added pass-thru of get_tombstoned. (#6032)
Co-authored-by: Daniel Hegeman <[email protected]>
1 parent c5075ea commit 8eb314c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/layers/persistence/persistence_mock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def get_collection_version_with_datasets(
267267
version = self.collections_versions.get(version_id.id)
268268
if not version:
269269
return None
270-
version = self._update_version_with_canonical(version, update_datasets=True)
270+
version = self._update_version_with_canonical(version, update_datasets=True, get_tombstoned=get_tombstoned)
271271
if not get_tombstoned and version.canonical_collection.tombstoned:
272272
return None
273273
return version

0 commit comments

Comments
 (0)