Skip to content

Commit

Permalink
Response to review
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jan 24, 2023
1 parent 949e38a commit a8ef493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cylc/flow/workflow_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,7 @@ def install_workflow(
rundir: absolute path to run directory, where the workflow has been
installed into.
workflow_name: installed workflow name (which may be computed here).
named_run: Name of the run.
Raise:
WorkflowFilesError:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def _inner(source, **kwargs):
# Cylc install's default limit.
opts.workflow_name = (
f'{str(test_dir.relative_to(run_dir))}.{source.name}')
workflow_id = cylc_install(opts, str(source))
workflow_id, _ = cylc_install(opts, str(source))
workflow_id = infer_latest_run_from_id(workflow_id)
return workflow_id
yield _inner

0 comments on commit a8ef493

Please sign in to comment.