Skip to content

Commit 12fe2b9

Browse files
authored
Update nipype/__init__.py
1 parent be9bc9c commit 12fe2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __call__(self, doctests=True, parallel=False):
4040
except ImportError:
4141
raise RuntimeError(
4242
"pytest-xdist required for parallel run")
43-
args.append('-n auto')
43+
args.append('-n auto')
4444
args.append(os.path.dirname(__file__))
4545
pytest.main(args=args)
4646

0 commit comments

Comments
 (0)