False is capitalized in Python
This commit is contained in:
parent
be421f0cf5
commit
3f5aa88e88
|
@ -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:]
|
||||
|
|
|
@ -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:]
|
||||
|
|
Loading…
Reference in New Issue