mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
removed not needed shared libraries
This commit is contained in:
parent
ed9b39a7b8
commit
d337b83bb8
3 changed files with 4 additions and 1 deletions
|
|
@ -586,7 +586,10 @@ class BaseCommunicator:
|
|||
"additional_libraries"
|
||||
)
|
||||
additional_libs_folder = additional_libs_folder.replace("\\", "/")
|
||||
if additional_libs_folder not in os.environ["PATH"]:
|
||||
if (
|
||||
os.path.exists(additional_libs_folder)
|
||||
and additional_libs_folder not in os.environ["PATH"]
|
||||
):
|
||||
os.environ["PATH"] += (os.pathsep + additional_libs_folder)
|
||||
|
||||
# Path to TVPaint's plugins folder (where we want to add our plugin)
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue