Unverified Commit d78e0be0 authored by mvdbeek's avatar mvdbeek
Browse files

Don't collect twice

parent aa537317
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -475,6 +475,7 @@ def set_metadata_portable(
                    # Can't happen, but type system doesn't know
                    raise Exception("object_store not built")
                if not is_deferred and not link_data_only:
                    if dataset_instance_id not in unnamed_id_to_path:
                        object_store_update_actions.append(
                            partial(push_if_necessary, object_store, dataset, external_filename)
                        )