We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5df60 commit 57ca4d3Copy full SHA for 57ca4d3
1 file changed
OMPython/OMCSession.py
@@ -435,7 +435,8 @@ def stat(self):
435
"""
436
The function stat() cannot be implemented using OMC.
437
438
- raise NotImplementedError("The function stat() cannot be implemented using OMC; use size() to get the file size.")
+ raise NotImplementedError("The function stat() cannot be implemented using OMC; "
439
+ "use size() to get the file size.")
440
441
442
@dataclasses.dataclass
0 commit comments