-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
bugSomething isn't workingSomething isn't workingloggingRelated logging messagesRelated logging messages
Description
Describe the bug
In https://github.com/pawamoy/mkdocstrings/blob/master/src/mkdocstrings/loggers.py#L107:
return template.filename.rsplit("/templates/", 1)[1]The forward slashes are not cross-platform 😉
Additional context
We should probably use os.sep instead of / here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingloggingRelated logging messagesRelated logging messages