We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4feccf2 commit 3625807Copy full SHA for 3625807
1 file changed
OMPython/OMCSession.py
@@ -401,7 +401,7 @@ def exists(self) -> bool:
401
402
def size(self) -> int:
403
"""
404
- 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.
405
406
if not self.is_file():
407
raise OMCSessionException(f"Path {self.as_posix()} is not a file!")
0 commit comments