Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c481ea

Browse files
authored
Merge pull request #1429 from pre-commit/minor
yay french strings
2 parents df01824 + 3b728fd commit 0c481ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pre_commit/languages/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def install_environment(
7979

8080
# https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx?f=255&MSPPError=-2147217396#maxpath
8181
if sys.platform == 'win32': # pragma: no cover
82-
envdir = f'\\\\?\\{os.path.normpath(envdir)}'
82+
envdir = fr'\\?\{os.path.normpath(envdir)}'
8383
with clean_path_on_failure(envdir):
8484
cmd = [
8585
sys.executable, '-mnodeenv', '--prebuilt', '--clean-src', envdir,

0 commit comments

Comments
 (0)