Skip to content

Faulty append to python system path #10

@ghost

Description

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__"), '..')))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions