Skip to content

Commit

Permalink
Update activity_mapper.py
Browse files Browse the repository at this point in the history
fix url creation for multiple_object_mapper
  • Loading branch information
aclum authored Oct 8, 2024
1 parent 7d6de52 commit 55ba530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmdc_automation/import_automation/activity_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def multiple_objects_mapper(self) -> None:
nmdc.DataObject(
file_size_bytes=filemeta.st_size,
name=data_object_dict["name"],
url=f"{self.url}/{self.nucelotide_sequencing_id}/{workflow_execution_dir}/{file_destination_name}",
url=f"{self.url}/{self.nucelotide_sequencing_id}/{workflow_execution_id}/{file_destination_name}",
data_object_type=data_object_dict["data_object_type"],
type=self.data_object_type,
id=dobj,
Expand Down

0 comments on commit 55ba530

Please sign in to comment.