Skip to content

Commit

Permalink
Working on issues with cache path uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
andylassiter committed Mar 21, 2024
1 parent fd1ead2 commit 86e40d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def send_to_xnat(xnat_username: str, xnat_password: str, xnat_host: str,
'PROJECT_ID': project,
'SUBJECT_ID': subject,
'EXPT_LABEL': experiment,
'src': f'/{encoded_cached_path}',
'cachePath': f'{upload_id}/{zip_file.name}'
}

Expand Down

0 comments on commit 86e40d3

Please sign in to comment.