Skip to content

Commit c128a34

Browse files
authored
Merge pull request #2 from satra/julia-mp2rage
a quick conflict resolution
2 parents 49dee43 + 657d8c6 commit c128a34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nipype/interfaces/fsl/ICA_AROMA.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from __future__ import print_function, division, unicode_literals, absolute_import
1515
from ..base import (TraitedSpec, CommandLineInputSpec, CommandLine,
16-
File, Directory, traits)
16+
File, Directory, traits, isdefined)
1717
import os
1818

1919

@@ -119,5 +119,3 @@ def _list_outputs(self):
119119
def _gen_filename(self, name):
120120
if name == 'out_dir':
121121
return os.getcwd()
122-
123-

0 commit comments

Comments
 (0)