Skip to content

Commit 3f1a878

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 ae929e1 commit 3f1a878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactionMechanismSimulator.jl

+1-1
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)