We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2ea01 commit 446bfdeCopy full SHA for 446bfde
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 NotImplemented("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; use size() to get the file size.")
439
+
440
441
@dataclasses.dataclass
442
class OMCSessionRunData:
0 commit comments