Skip to content

Commit 79ee970

Browse files
committed
📌 Update Nipype version check
1 parent 94edb57 commit 79ee970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CPAC/pipeline/cpac_pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,9 @@ def run_workflow(sub_dict, c, run, pipeline_timing_info=None, p_name=None,
552552
log_nodes_initial(workflow)
553553

554554
# Add status callback function that writes in callback log
555-
if nipype.__version__ not in ('1.5.1'):
555+
if nipype.__version__ not in ('1.8.5'):
556556
err_msg = "This version of Nipype may not be compatible with " \
557-
"CPAC v%s, please install Nipype version 1.5.1\n" \
557+
"CPAC v%s, please install Nipype version 1.8.5\n" \
558558
% (CPAC.__version__)
559559
logger.error(err_msg)
560560

0 commit comments

Comments
 (0)