Update scripts.py

This commit is contained in:
lllyasviel
2024-01-29 20:50:12 -08:00
parent 7f98a1d17e
commit 6cba3ae60a

View File

@@ -514,7 +514,7 @@ def load_scripts():
for s in scripts_list:
if s.basedir not in sys.path:
sys.path = [s] + sys.path
sys.path = [s.basedir] + sys.path
syspath = sys.path