Skip to content

Commit ce23a6d

Browse files
committed
doh
1 parent b6763c2 commit ce23a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/circleci/run_examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo 'filemanip_level = DEBUG' >> /root/.nipype/nipype.cfg
1111
echo 'log_to_file = true' >> /root/.nipype/nipype.cfg
1212
echo 'log_directory = /scratch/logs/' >> /root/.nipype/nipype.cfg
1313

14-
coverage run python /root/src/nipype/tools/run_examples.py $@
14+
coverage run /root/src/nipype/tools/run_examples.py $@
1515
coverage xml -o /scratch/smoketest_${@//[^A-Za-z0-9._-]/_}.xml
1616

1717
chmod 777 -R /scratch/logs

0 commit comments

Comments
 (0)