diff options
Diffstat (limited to 'SCons/Node/FSTests.py')
-rw-r--r-- | SCons/Node/FSTests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SCons/Node/FSTests.py b/SCons/Node/FSTests.py index 77c6dbb..e17ca3d 100644 --- a/SCons/Node/FSTests.py +++ b/SCons/Node/FSTests.py @@ -1694,7 +1694,6 @@ class FSTestCase(_tempdirTestCase): except AttributeError: # could be python 3.7 or newer, make sure splitdrive can do UNC assert ntpath.splitdrive(r'\\split\drive\test')[0] == r'\\split\drive' - pass path = strip_slash(path) return '//' + path[1:] |