Skip to content

Commit a84641c

Browse files
committed
skip unused line
this causes an error when the conda backend is set to Null (i.e. julia is disallowed from installing conda packages), see: ReactionMechanismGenerator/RMG-Py#2749 (comment)
1 parent 67fbb38 commit a84641c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactionMechanismSimulator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ReactionMechanismSimulator
22
using PythonCall
33
using CondaPkg
4-
packages = keys(CondaPkg.current_packages())
4+
# packages = keys(CondaPkg.current_packages())
55
const Chem = PythonCall.pynew()
66
const Desc = PythonCall.pynew()
77
const molecule = PythonCall.pynew()

0 commit comments

Comments
 (0)