-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model class is not supporting relative paths to files #4
Comments
Yes Sure, PR is more than welcome 😄 |
hi @guschin, Please give it a try and let me know if the problem persists ? |
Yes, now it works as expected! Thanks for the swift response and for the great library you developed 😀 |
You are welcome @guschin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm experimenting with your library, and I've noticed that the Model class is not supporting relative paths to files. Here is the traceback.
I assume this is because of the using absolute method from pathlib. If I'm reading the documentation correctly, using resolve method instead of absoulte will resolve (pun intended) the issue 🙂
Here is the example
Would you consider this change, please? I can send you a PR.
The text was updated successfully, but these errors were encountered: