We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6763c2 commit ce23a6dCopy full SHA for ce23a6d
docker/circleci/run_examples.sh
@@ -11,7 +11,7 @@ echo 'filemanip_level = DEBUG' >> /root/.nipype/nipype.cfg
11
echo 'log_to_file = true' >> /root/.nipype/nipype.cfg
12
echo 'log_directory = /scratch/logs/' >> /root/.nipype/nipype.cfg
13
14
-coverage run python /root/src/nipype/tools/run_examples.py $@
+coverage run /root/src/nipype/tools/run_examples.py $@
15
coverage xml -o /scratch/smoketest_${@//[^A-Za-z0-9._-]/_}.xml
16
17
chmod 777 -R /scratch/logs
0 commit comments