Skip to content

Commit 446bfde

Browse files
committed
??? flake8
1 parent 0b2ea01 commit 446bfde

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,8 @@ def stat(self):
435435
"""
436436
The function stat() cannot be implemented using OMC.
437437
"""
438-
raise NotImplemented("The function stat() cannot be implemented using OMC; use size() to get the file size.")
438+
raise NotImplementedError("The function stat() cannot be implemented using OMC; use size() to get the file size.")
439+
439440

440441
@dataclasses.dataclass
441442
class OMCSessionRunData:

0 commit comments

Comments
 (0)