Centos8 compat (#908)

make print statements in tests python3 compatible
This commit is contained in:
Scott Fennell
2019-11-18 10:10:33 -06:00
committed by GitHub
parent 0d5aa45c20
commit ff771f7bd6
5 changed files with 19 additions and 19 deletions

View File

@ -1,7 +1,7 @@
exec(open("RUN_test/input.py").read())
print '\nFinding number of CPUs...'
print('\nFinding number of CPUs...')
os.system('cat /proc/cpuinfo | grep processor')
os.system('cat /proc/cpuinfo | grep processor | wc -l')