Skip to content

Commit 2502d85

Browse files
committed
fix syntax
1 parent d36a8cb commit 2502d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if PyCall.pyversion.major != 3 || PyCall.pyversion.minor != 7
1313
end
1414
Conda.add("nomkl")
1515
Conda.add("numpy")
16-
if (not Conda.exists("rmg")) && (not Conda.exists("rmgmolecule"))
16+
if (!Conda.exists("rmg")) && (!Conda.exists("rmgmolecule")) #if rmg and rmgmolecule not present install molecule
1717
Conda.add_channel("hwpang")
1818
Conda.add("rmgmolecule")
1919
end

0 commit comments

Comments
 (0)