Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Apr 20, 2015
1 parent b652d7d commit 1a1b325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/pipeline/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def _create_workflow(self, base_dir=None):
workflow.connect(fix_dicom, 'out_file', compress_dicom, 'in_file')
workflow.connect(iter_volume, 'dest', compress_dicom, 'dest')
# Upload the compressed DICOM files.
upload_dicom_xfc = XNATCopy(project=project()resource='DICOM',
upload_dicom_xfc = XNATCopy(project=project(), resource='DICOM',
skip_existing=True)
upload_dicom = pe.JoinNode(upload_dicom_xfc, joinsource='iter_dicom',
joinfield='in_files', name='upload_dicom')
Expand Down

0 comments on commit 1a1b325

Please sign in to comment.