Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion OMPython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,6 @@ def _run_cmd(self, cmd: list):
logger.debug("Run OM command {} in {}".format(cmd, self.tempdir))

if platform.system() == "Windows":
omhome = os.path.join(os.environ.get("OPENMODELICAHOME"))
dllPath = ""

## set the process environment from the generated .bat file in windows which should have all the dependencies
Expand Down
Loading