Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed pre-analysis exposure files not working in V2 worker runs #1130

Merged
merged 3 commits into from
Oct 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pep
sambles committed Oct 31, 2024
commit 3ff25ab98357d5fbe5918c1315b577a8d86d6789
2 changes: 1 addition & 1 deletion src/model_execution_worker/distributed_tasks.py
Original file line number Diff line number Diff line change
@@ -404,7 +404,7 @@ def _prepare_directories(params, analysis_id, run_data_uuid, kwargs):
loc_filepath, loc_source = get_file_ref(kwargs, params, 'loc_file')
acc_filepath, acc_source = get_file_ref(kwargs, params, 'acc_file')
info_filepath, info_source = get_file_ref(kwargs, params, 'info_file')
scope_filepath, scope_source = get_file_ref(kwargs, params, 'scope_file')
scope_filepath, scope_source = get_file_ref(kwargs, params, 'scope_file')

# Prepare 'generate-oasis-files' input files
if loc_filepath: