Skip to content

Commit

Permalink
missed one spot
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Mar 6, 2024
1 parent cecf758 commit 488e5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg_lims/EPPs/files/ont_json_to_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_experiment_id(artifact: Artifact) -> str:
raise MissingUDFsError(
f"Artifact {artifact.name} (from process {parent_process.id}) is missing an experiment ID!"
)
return parent_process.udf.get("Experiment ID")
return parent_process.udf.get("ONT Experiment Name")


def get_report_json_path(artifact: Artifact, root_path: str) -> str:
Expand Down

0 comments on commit 488e5da

Please sign in to comment.