Skip to content

Commit 366f034

Browse files
committed
fix: syntax error
1 parent def5e3a commit 366f034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ def _formatRegistration(self):
393393
retval.append('--metric %s' % self._formatMetric(ii))
394394
retval.append('--convergence %s' % self._formatConvergence(ii))
395395
retval.append('--smoothing-sigmas %s%s' % (self._antsJoinList(
396-
self.inputs.smoothing_sigmas[ii])),
397-
self.inputs.sigma_units)
396+
self.inputs.smoothing_sigmas[ii]),
397+
self.inputs.sigma_units))
398398
retval.append('--shrink-factors %s' %
399399
self._antsJoinList(self.inputs.shrink_factors[ii]))
400400
if isdefined(self.inputs.use_estimate_learning_rate_once):

0 commit comments

Comments
 (0)