Skip to content

Commit cd9b25c

Browse files
committed
debug
1 parent 8642a59 commit cd9b25c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ReactionMechanismSimulator.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ function __init__()
3434
Pkgc = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
3535
Pkgc.build("PythonCall")
3636
end
37-
37+
@error "packages"
38+
@error keys(CondaPkg.current_packages())
3839
PythonCall.pycopy!(Chem, pyimport("rdkit.Chem"))
3940
PythonCall.pycopy!(Desc, pyimport("rdkit.Chem.Descriptors"))
4041
try

0 commit comments

Comments
 (0)