Skip to content

Commit 994d31a

Browse files
committed
??? add TODOs
1 parent 6e02e1c commit 994d31a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,6 +2825,8 @@ def _prepare_structure_parameters(
28252825

28262826

28272827
class ModelicaSystemCmd(ModelExecutionCmd):
2828+
# TODO: docstring
2829+
28282830
def __init__(
28292831
self,
28302832
runpath: pathlib.Path,
@@ -2840,6 +2842,7 @@ def __init__(
28402842

28412843
def get_exe(self) -> pathlib.Path:
28422844
"""Get the path to the compiled model executable."""
2845+
# TODO: move to the top
28432846
import platform
28442847

28452848
path_run = pathlib.Path(self._runpath)

0 commit comments

Comments
 (0)