Skip to content

Commit

Permalink
Fix XNAT destination
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Dec 17, 2024
1 parent 5a47136 commit 28f92a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixl_core/src/core/uploader/_xnat.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def upload_to_xnat(
session.services.import_(
data=zip_content,
overwrite=self.overwrite,
destination=self.project_slug,
destination=self.destination,
project=self.project_slug,
subject=study_tags.patient_id,
experiment=study_tags.pseudo_anon_image_id,
Expand Down

0 comments on commit 28f92a6

Please sign in to comment.