Skip to content

Commit 6b411e9

Browse files
committed
[ModelicaSystem._run_cmd] remove unused variable
1 parent 1f425a4 commit 6b411e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OMPython/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,6 @@ def _run_cmd(self, cmd: list):
946946
logger.debug("Run OM command {} in {}".format(cmd, self.tempdir))
947947

948948
if platform.system() == "Windows":
949-
omhome = os.path.join(os.environ.get("OPENMODELICAHOME"))
950949
dllPath = ""
951950

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

0 commit comments

Comments
 (0)