Fix logging issue
If you pass a PosixPath-object as an argument (which is done in tests
in require) then the logging statement fails with an error:
TypeError: sequence item 4: expected str instance, PosixPath found
If you pass a PosixPath-object as an argument (which is done in tests
in require) then the logging statement fails with an error:
TypeError: sequence item 4: expected str instance, PosixPath found