Skip to content

Commit

Permalink
Don't generate a registration resource in the parent workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed May 25, 2017
1 parent 784f608 commit 03aee18
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 @@ -656,7 +656,7 @@ def _create_workflow(self, subject, session, scan, actions, **opts):
# parent, since Nipype Function arguments must be
# primitive.
reg_opts = self._child_options()
if self.registration_resource
if self.registration_resource:
reg_opts['resource'] = self.registration_resource
reg_opts['technique'] = self.registration_technique
if 'recursive_registration' in opts:
Expand Down

0 comments on commit 03aee18

Please sign in to comment.