Skip to content

Commit 3c45338

Browse files
committed
[ModelicaSystem] fix comment
1 parent 3c83a98 commit 3c45338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def setWorkDirectory(self, customBuildDirectory: Optional[str | os.PathLike] = N
463463
exp = f'cd("{workdir.as_posix()}")'
464464
self.sendExpression(exp)
465465

466-
# set the class variable _tempdir ...
466+
# set the class variable _work_dir ...
467467
self._work_dir = workdir
468468
# ... and also return the defined path
469469
return workdir

0 commit comments

Comments
 (0)