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