File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -379,12 +379,14 @@ def blue_text(s):
379379def cyg2win32 (path : str ) -> str :
380380 """Convert a path from Cygwin-native to Windows-native.
381381
382- Uses the cygpath utility (part of the Base install) to do the actual
383- conversion. Falls back to returning the original path if this fails.
384-
385- Handles the default ``/cygdrive`` mount prefix as well as the ``/proc/cygdrive``
386- portable prefix, custom cygdrive prefixes such as ``/`` or ``/mnt``, and
387- absolute paths such as ``/usr/src/`` or ``/home/username``
382+ Uses the cygpath utility (part of the Base install) to do the
383+ actual conversion. Falls back to returning the original path if
384+ this fails.
385+
386+ Handles the default ``/cygdrive`` mount prefix as well as the
387+ ``/proc/cygdrive`` portable prefix, custom cygdrive prefixes such
388+ as ``/`` or ``/mnt``, and absolute paths such as ``/usr/src/`` or
389+ ``/home/username``
388390
389391 Parameters
390392 ----------
You can’t perform that action at this time.
0 commit comments