mirror of
1
0
Fork 0

Fix wrong pyyaml path

This commit is contained in:
bennyyip 2023-09-10 22:29:44 +08:00
parent 7a24ded5a6
commit 390d306284
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def inject(lib_path):
path = os.path.join(PROJECT_ROOT_DIRECTORY, 'lib', lib_path)
sys.path.insert(0, path)
inject('pyyaml/lib3')
inject('pyyaml/lib')
if os.path.exists(os.path.join(PROJECT_ROOT_DIRECTORY, 'dotbot')):
if PROJECT_ROOT_DIRECTORY not in sys.path: