Skip to content

Commit 57ca4d3

Browse files
committed
??? fix line too long
1 parent 8d5df60 commit 57ca4d3

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 NotImplementedError("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; "
439+
"use size() to get the file size.")
439440

440441

441442
@dataclasses.dataclass

0 commit comments

Comments
 (0)