mirror of
1
0
Fork 0

Merge branch 'bennyyip/master'

This commit is contained in:
Anish Athalye 2023-09-10 10:36:49 -04:00
commit cd1ff70113
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: