Skip to content

Commit

Permalink
Fix path to final wf log directory (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
samanehsan authored Oct 28, 2019
1 parent 806c691 commit 9595a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lira/lira_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def compose_config_options(cromwell_options_file, lira_config):
# Required to trigger the cloud function that records Cromwell metadata in BigQuery
options_json[
'final_workflow_log_dir'
] = f'{lira_config.google_project}-cromwell-logs'
] = f'gs://{lira_config.google_project}-cromwell-logs'

# Defer to value already in options file if it exists
# Docs on default runtime attributes: https://cromwell.readthedocs.io/en/latest/wf_options/Overview/
Expand Down

0 comments on commit 9595a1f

Please sign in to comment.