-
Notifications
You must be signed in to change notification settings - Fork 3
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
correcting the triple-slash file:/// path, which comes out of pathlib… #9
base: master
Are you sure you want to change the base?
Conversation
….Path(x).as_uri()
Hi! |
Tx ! Does those fixed also work on linux ? |
I would say that this one does, at least. This is due to .to_uri() providing For the others, like path adjustments, I'd appreciate if someone can try out on Linux and provide feedback. On the other hand, I found that I can just be on a wild code branch, where I merge all the fixes I need at the moment so it's not so urgent. :) |
Ref: https://sqlite.org/c3ref/open.html, section URI filename examples. |
I'm not sure how to create tests for this. |
What puzzles me is that it worked on my Linux as it was before... |
Could you try running report_portfolio_value.py directly? This is the one that was failing if run from command-line, without passing any parameters. |
Btw, this manifests only now that I started using |
correcting the triple-slash file:/// path, which comes out of pathlib.Path(x).as_uri()