Skip to content

Commit ccd3a57

Browse files
author
Bruno Grande
authored
Fix projectName typo in ops class
1 parent e3d3a17 commit ccd3a57

File tree

1 file changed

+1
-1
lines changed
  • src/orca/services/nextflowtower

1 file changed

+1
-1
lines changed

src/orca/services/nextflowtower/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def list_previous_workflows(self, launch_info: LaunchInfo) -> list[Workflow]:
200200

201201
previous_workflows = list()
202202
for workflow in workflows:
203-
if workflow.projectName != launch_info.pipeline:
203+
if workflow.project_name != launch_info.pipeline:
204204
continue
205205

206206
# TODO: Rename `run_name` to `unique_id` (or similar)

0 commit comments

Comments
 (0)