Skip to content

Commit 44e9d67

Browse files
committed
[FIX] ts_Z_corrts_wb_Z
1 parent 237a9a7 commit 44e9d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/preprocess.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2741,7 +2741,7 @@ def _list_outputs(self):
27412741
odir = os.path.dirname(os.path.abspath(prefix))
27422742
outputs["out_corr_matrix"] = glob.glob(os.path.join(odir, "*.netcc"))[0]
27432743

2744-
if isdefined(self.inputs.ts_wb_corr) or isdefined(self.inputs.ts_Z_corr):
2744+
if self.inputs.ts_wb_corr or self.inputs.ts_wb_Z:
27452745
corrdir = os.path.join(odir, prefix + "_000_INDIV")
27462746
outputs["out_corr_maps"] = glob.glob(os.path.join(corrdir, "*.nii.gz"))
27472747

0 commit comments

Comments
 (0)