Show More
@@ -548,7 +548,7 b" if pycompat.sysplatform == b'cygwin':" | |||||
548 |
|
548 | |||
549 | if pycompat.sysplatform == b'OpenVMS': |
|
549 | if pycompat.sysplatform == b'OpenVMS': | |
550 | # OpenVMS's symlink emulation is broken on some OpenVMS versions. |
|
550 | # OpenVMS's symlink emulation is broken on some OpenVMS versions. | |
551 | def checklink(path): |
|
551 | def checklink(path: bytes) -> bool: | |
552 | return False |
|
552 | return False | |
553 |
|
553 | |||
554 |
|
554 |
General Comments 0
You need to be logged in to leave comments.
Login now