Skip to content

Commit 3b728fd

Browse files
committed
yay french strings
1 parent 0670e0b commit 3b728fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)