Skip to content

Commit f4cb77b

Browse files
authored
[ModelicaSystem._run_cmd] remove unused variable (#236)
1 parent b18ab48 commit f4cb77b

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
@@ -947,7 +947,6 @@ def _run_cmd(self, cmd: list):
947947
logger.debug("Run OM command {} in {}".format(cmd, self.tempdir))
948948

949949
if platform.system() == "Windows":
950-
omhome = os.path.join(os.environ.get("OPENMODELICAHOME"))
951950
dllPath = ""
952951

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

0 commit comments

Comments
 (0)