Skip to content

Commit 9a97a5c

Browse files
committed
Minor detail fixed
Regards #644
1 parent e760888 commit 9a97a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ def _gen_filename(self, name):
13161316
return None
13171317

13181318
def _parse_inputs(self, skip=None):
1319-
if skip == None:
1319+
if skip is None:
13201320
skip = []
13211321

13221322
if not isdefined(self.inputs.save_shift) or not self.inputs.save_shift:

0 commit comments

Comments
 (0)