We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a67b35 commit 7f86ff6Copy full SHA for 7f86ff6
1 file changed
OMPython/OMCSession.py
@@ -404,7 +404,7 @@ def exists(self) -> bool:
404
405
def size(self) -> int:
406
"""
407
- Get the size of the file in bytes - this is a extra function and the best we can do using OMC.
+ Get the size of the file in bytes - this is an extra function and the best we can do using OMC.
408
409
if not self.is_file():
410
raise OMCSessionException(f"Path {self.as_posix()} is not a file!")
0 commit comments