Skip to content

Commit c4eae3b

Browse files
committed
dropped special "ported" module name from output dir clearance
1 parent a4c92ad commit c4eae3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype2pydra/cli/convert.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def convert(
7474
if fspath.parent == package_dir and fspath.name in (
7575
"_version.py",
7676
"__init__.py",
77-
"ported",
7877
):
7978
continue
8079
if fspath.is_dir():

0 commit comments

Comments
 (0)