mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix used sys path
This commit is contained in:
parent
53856238e4
commit
b9698a8f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ def main(*args, **kwargs):
|
|||
os.path.join(AYON_CORE_ROOT, "tools"),
|
||||
# add common AYON vendor
|
||||
# (common for multiple Python interpreter versions)
|
||||
os.path.join(AYON_CORE_ROOT, "vendor", "python", "common")
|
||||
os.path.join(AYON_CORE_ROOT, "vendor", "python")
|
||||
]
|
||||
for path in additional_paths:
|
||||
if path not in split_paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue