Skip to content

Commit

Permalink
Remove assignment comma typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jul 10, 2017
1 parent 5800aa5 commit 8ebbe36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qipipe/pipeline/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ def run(self, collection, subject, session, scan, vol_dcm_dict, dest):

# The magic incantation to get the Nipype workflow result.
output_res = next(n for n in wf_res.nodes() if n.name == 'output_spec')
time_series = output_res.inputs.get()['time_series'],
volume_files = output_res.inputs.get()['volume_files'],
time_series = output_res.inputs.get()['time_series']
volume_files = output_res.inputs.get()['volume_files']

self.logger.debug(
"Executed the %s workflow on the %s %s scan %d to create"
Expand Down

0 comments on commit 8ebbe36

Please sign in to comment.