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
I believe this was added here accidentally. This forces the user to only be able to select from these choices, instead of having the user be able to load from an external source. The other issue is once that line is cleared, I can't load a file directly since the terminal grabs forward-slash "/" characters. I believe there needs to be some kind of escape character added for "/".
The text was updated successfully, but these errors were encountered:
I'll address the choices issue as it is creating problems with exporting transaction files from degiro menu as well (#2091).
Regarding path I believe it is related with this #2064. After removing choice restrictions and passing a path with back-slash it appears to work on my end. But I'll get back to this
Describe the bug
portfolio
Load doesn't accept an external csv, and crashes the application when attempted.To Reproduce
portfolio
.load -f <your file>
.Screenshots
Desktop (please complete the following information):
Additional context
https://github.com/OpenBB-finance/OpenBBTerminal/blame/main/openbb_terminal/portfolio/portfolio_controller.py#L290
I believe this was added here accidentally. This forces the user to only be able to select from these choices, instead of having the user be able to load from an external source. The other issue is once that line is cleared, I can't load a file directly since the terminal grabs forward-slash "/" characters. I believe there needs to be some kind of escape character added for "/".
The text was updated successfully, but these errors were encountered: