diff --git a/nipype-auto-conv/specs/package.yaml b/nipype-auto-conv/specs/package.yaml index 7dcbc56..b45479f 100644 --- a/nipype-auto-conv/specs/package.yaml +++ b/nipype-auto-conv/specs/package.yaml @@ -6,3 +6,8 @@ nipype_name: nipype.interfaces.fsl config_params: null # Mappings between nipype packages and their pydra equivalents. Regular expressions are supported import_translations: null +find_replace: + - ["if not out_dir:", "if not output_dir:"] + - ["if runtime is None:", "if False:"] + - ["IFLOGGER = logging\\.getLogger\\(\"nipype.interface\"\\)", ""] + - ["IFLOGGER", "logger"]