Skip to content

Commit

Permalink
Update analysislauncher.py (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
bud42 authored Jul 12, 2024
1 parent a52a307 commit d69a73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dax/rcq/analysislauncher.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def get_session_inputs(self, spec, info, subject, session):
fpath = f'data/projects/{info["name"]}/subjects/{subject}/experiments/{session}/scans/{scan["SCANID"]}/resources/{res}/files'
inputs.append(self._input(
fpath,
'DIR'
'DIR',
None,
ddest
))
Expand Down

0 comments on commit d69a73d

Please sign in to comment.