Skip to content

Commit 3a70dff

Browse files
committed
[ModelicaSystemCmd] some cleanup of docstring for parse_simplags()
1 parent a8d2e31 commit 3a70dff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ def parse_simflags(simflags: str) -> dict:
269269
"""
270270
Parse a simflag definition; this is depreciated!
271271
272+
The return data can be used as input for self.args_set().
273+
272274
Parameters
273275
----------
274276
simflags : str
@@ -277,7 +279,6 @@ def parse_simflags(simflags: str) -> dict:
277279
-------
278280
dict
279281
"""
280-
# add old style simulation arguments
281282
warnings.warn("The argument 'simflags' is depreciated and will be removed in future versions; "
282283
"please use 'simargs' instead", DeprecationWarning, stacklevel=2)
283284

0 commit comments

Comments
 (0)