Skip to content

Commit

Permalink
[ModelicaSystem._run_cmd] remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
syntron authored and adeas31 committed Dec 17, 2024
1 parent b18ab48 commit 3f8840a
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 3f8840a

Please sign in to comment.