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
Right now it looks like most of the methods to define a file path take a Union[str, TextIO] type. It would be nice if it were possible to pass a pathlib.Path type as well:
Right now it looks like most of the methods to define a file path take a
Union[str, TextIO]
type. It would be nice if it were possible to pass apathlib.Path
type as well:Right now, when I try to do so, I get the following error:
There might have to be some introspection of the data object, or a conversion of the str to a Path.
The text was updated successfully, but these errors were encountered: