We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930cff1 commit 1de0e3bCopy full SHA for 1de0e3b
1 file changed
OMPython/OMCSession.py
@@ -440,15 +440,12 @@ def size(self) -> int:
440
"""
441
return self.stat().st_size
442
443
-
444
class OMCPathCompatibilityPosix(pathlib.PosixPath, OMCPathCompatibility):
445
pass
446
447
448
class OMCPathCompatibilityWindows(pathlib.WindowsPath, OMCPathCompatibility):
449
450
451
452
OMCPath = OMCPathCompatibility
453
454
else:
0 commit comments