You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Description
in line 406 of 'init.,py' the function
defines filename as a string (line 423)
This causes problem with type checking, if you pass a Path (from python's pathlib), which is becoming more popular.
What I Did
Set a logfile using a pathlib Path
I used PyCharm's "inspect code" feature and it flags this line as a type error.
Can you officially accept pathlib paths as a valid input so that type checking will work?
The text was updated successfully, but these errors were encountered: