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 b18ab48 commit f4cb77bCopy full SHA for f4cb77b
OMPython/__init__.py
@@ -947,7 +947,6 @@ def _run_cmd(self, cmd: list):
947
logger.debug("Run OM command {} in {}".format(cmd, self.tempdir))
948
949
if platform.system() == "Windows":
950
- omhome = os.path.join(os.environ.get("OPENMODELICAHOME"))
951
dllPath = ""
952
953
## set the process environment from the generated .bat file in windows which should have all the dependencies
0 commit comments