mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 09:06:21 +01:00
python is weird
This commit is contained in:
parent
223f315b1b
commit
33c50a60a3
@ -137,7 +137,7 @@ if "darwin" == os.sys.platform:
|
||||
|
||||
elif "linux2" == os.sys.platform:
|
||||
|
||||
if ! os.path.exists( javaHome ):
|
||||
if not os.path.exists( javaHome ):
|
||||
#fedora standarm jvm location
|
||||
javaHome = "/usr/lib/jvm/java/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user