Skip to content

Convert ``pathlib.Path`` into ``str`` when using in ``sys.path.append``

Philip Loche requested to merge fix_pathlib into main

Fixes #123 (closed)

Changes made in this Pull Request:

  • According to the docs and thanks @hejamu path has to be a string.

PR Checklist

  • Docs?
  • Issue raised/referenced?

Merge request reports