We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a4cec commit 1d192e4Copy full SHA for 1d192e4
omv/engines/jneuroml.py
@@ -79,7 +79,7 @@ def install(version):
79
from omv.engines.getjnml import install_jnml
80
81
inform("Will fetch and install the latest jNeuroML jar", indent=2)
82
- install_jnml()
+ install_jnml(version)
83
84
def run(self):
85
try:
0 commit comments