Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Generating configs on Windows has some broken folders due to forward slashes #201

Description

It seems like using os.getcwd() on windows causes the config to look like this:

# Directories to load user modules from
# e.g. /path/to/my/modules
extra = [ 'c:\Users\Bekey\Desktop\buffy/modules/' ]

which then causes issues because it tries to escape the first character of every folder.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions