-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Line 14 in 04bfe34
| sys.path.append(os.path.abspath(os.path.join(os.path.dirname("__file__"), '..'))) |
I think this needs to be
sys.path.append(os.path.abspath(os.path.dirname(__file__)))
instead of
sys.path.append(os.path.abspath(os.path.join(os.path.dirname("__file__"), '..')))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels