File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ packages = keys(CondaPkg.current_packages())
6
6
if ! (" rmg" in packages) && ! (" rmgmolecule" in packages)
7
7
@info " missing rmg and rmgmolecule installing rmgmolecule..."
8
8
if " python" in packages
9
- py_version = VersionNumber (packages [" python" ][:version ])
9
+ py_version = VersionNumber (CondaPkg . current_packages () [" python" ][:version ])
10
10
else
11
11
py_version = nothing
12
12
end
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages = keys(CondaPkg.current_packages())
7
7
if ! (" rmg" in packages) && ! (" rmgmolecule" in packages)
8
8
@info " missing rmg and rmgmolecule installing rmgmolecule..."
9
9
if " python" in packages
10
- py_version = VersionNumber (packages [" python" ][:version ])
10
+ py_version = VersionNumber (CondaPkg . current_packages () [" python" ][:version ])
11
11
else
12
12
py_version = nothing
13
13
end
You can’t perform that action at this time.
0 commit comments