File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ def _vswhere_user_path(pval):
946
946
947
947
else :
948
948
949
- # vswhere_norm = MSVC.Util.process_path (pval)
949
+ # TODO: vswhere_norm = MSVC.Util.normalize_path (pval)
950
950
vswhere_norm = os .path .normcase (os .path .normpath (pval ))
951
951
952
952
tail = os .path .split (vswhere_norm )[- 1 ]
@@ -968,7 +968,7 @@ def _vswhere_user_path(pval):
968
968
# normalized default vswhere path
969
969
970
970
_vswhere_paths_processed = [
971
- MSVC .Util .process_path (pval )
971
+ MSVC .Util .normalize_path (pval )
972
972
for pval in VSWHERE_PATHS
973
973
if os .path .exists (pval )
974
974
]
@@ -1156,7 +1156,7 @@ def _update_vswhere_msvc_map(env):
1156
1156
if not os .path .exists (vc_path ):
1157
1157
continue
1158
1158
1159
- vc_root = MSVC .Util .process_path (vc_path )
1159
+ vc_root = MSVC .Util .normalize_path (vc_path )
1160
1160
if vc_root in _VSWhere .seen_root :
1161
1161
continue
1162
1162
_VSWhere .seen_root .add (vc_root )
You can’t perform that action at this time.
0 commit comments