Skip to content

Commit

Permalink
Fix return typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jul 11, 2017
1 parent be60fc9 commit a04ff8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/pipeline/qipipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ def _roi(subject, session, scan, time_series, in_rois, opts):
from qipipe.pipeline import roi
from qipipe.helpers.logging import logger

return roi.run(subject, session, scan, time_series, *in_rois, **opts):
return roi.run(subject, session, scan, time_series, *in_rois, **opts)


def _register(subject, session, scan, in_files, opts, reference=1,
Expand Down

0 comments on commit a04ff8d

Please sign in to comment.