From: Daniel Arndt Date: Sun, 13 May 2018 19:50:03 +0000 (+0200) Subject: Fix calling python print X-Git-Tag: v8.5.1^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F74%2Fhead;p=candi.git Fix calling python print --- diff --git a/candi.sh b/candi.sh index b9b114f..697aa74 100755 --- a/candi.sh +++ b/candi.sh @@ -956,7 +956,7 @@ echo # If the platform doesn't override the system python by installing its # own, figure out the version of the existing python -default PYTHONVER=`python -c "import sys; print sys.version[:3]"` +default PYTHONVER=`python -c "import sys; print(sys.version[:3])"` # Create necessary directories and set appropriate variables mkdir -p ${DOWNLOAD_PATH}