False is capitalized in Python

This commit is contained in:
Martin Diehl 2019-03-29 10:55:00 +01:00
parent be421f0cf5
commit 3f5aa88e88
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
#
import os, re, glob, driverUtils
if false:
if False:
# use hdf5 compiler wrapper in $PATH
fortCmd = os.popen('h5fc -shlib -show').read().replace('\n','') # complicated way needed to pass in DAMASKVERSION string
link_sl += fortCmd.split()[1:]

View File

@ -12,7 +12,7 @@
#
import os, re, glob, driverUtils
if false:
if False:
# use hdf5 compiler wrapper in $PATH
fortCmd = os.popen('h5fc -shlib -show').read().replace('\n','') # complicated way needed to pass in DAMASKVERSION string
link_sl += fortCmd.split()[1:]