Unverified Commit bf47f53a authored by John Chilton's avatar John Chilton Committed by GitHub
Browse files

Merge pull request #19868 from mvdbeek/fix_double_push_of_unnamed_outputs

[24.2] Don't collect unnamed outputs twice in extended metadata mode
parents d9a4e4ad d78e0be0
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)
                        )