Loading lib/galaxy/metadata/set_metadata.py +4 −3 Original line number Diff line number Diff line Loading @@ -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) ) Loading Loading
lib/galaxy/metadata/set_metadata.py +4 −3 Original line number Diff line number Diff line Loading @@ -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) ) Loading