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 3a33513 commit 97e27e9Copy full SHA for 97e27e9
omv/engines/jneuroml.py
@@ -16,7 +16,7 @@ def get_environment():
16
if "JNML_HOME" in os.environ:
17
jnmlhome = os.environ["JNML_HOME"]
18
elif shutil.which(JNeuroMLEngine.e_name) is not None:
19
- jnmlhome = Path(shutil.which(JNeuroMLEngine.e_name)).parent
+ jnmlhome = str(Path(shutil.which(JNeuroMLEngine.e_name)).parent)
20
else:
21
jnmlhome = ""
22
0 commit comments