Skip to content

sqlite3.connect only takes string, not PosixPath

Prof. Dr. Alan Akbik requested to merge posixfix into master

setup.py wasn't running on my machine, with the error message that sqlite3.connect only takes string, not PosixPath. So I've wrapped the path in an explicit str(). This fixes it at least on my machine.

Merge request reports