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
So far vedo loaders work with filenames as strings, I usually use pathlib.Path to manage file locations. The current implementation is not compatible as some functions specific to strings are called. What do you think about making it compatible with pathlib.Path ? An easy way would be to convert pathlib.Path to string and let the rest of the loaders as before, something like that should work:
Hi !
So far vedo loaders work with filenames as strings, I usually use
pathlib.Path
to manage file locations. The current implementation is not compatible as some functions specific to strings are called. What do you think about making it compatible withpathlib.Path
? An easy way would be to convertpathlib.Path
to string and let the rest of the loaders as before, something like that should work:Thanks,
Louis
The text was updated successfully, but these errors were encountered: