Skip to content

Fix logging issue

Simon Rose requested to merge fix_logging_error into master

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

Merge request reports

Loading