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