We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc09402 commit 0199e38Copy full SHA for 0199e38
pxr/base/tf/__init__.py
@@ -75,7 +75,7 @@ def WindowsImportWrapper():
75
dll_dir.close()
76
77
if _WINDOWS_IMPORT_WRAPPER_DEPTH == 0 and path_updated:
78
- os.environ['PATH'] = os.environ['PATH'][:len(import_paths) + 1]
+ os.environ['PATH'] = os.environ['PATH'][len(import_paths) + 1:]
79
80
del os, sys
81
del contextlib
0 commit comments