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
If I rename and use the default sell_stale.json.example config file, I encounter this exception:
./src/investhor/scripts/sell.py
Traceback (most recent call last):
File "./src/investhor/scripts/sell.py", line 108, in <module>
main()
File "./src/investhor/scripts/sell.py", line 89, in main
discount = params[discount_name]
KeyError: 'no_discount'
Seems like the example config file is missing some parameters and they are also not documented.
The text was updated successfully, but these errors were encountered:
skoenig
added a commit
to skoenig/investhor
that referenced
this issue
Oct 24, 2018
If I rename and use the default
sell_stale.json.example
config file, I encounter this exception:Seems like the example config file is missing some parameters and they are also not documented.
The text was updated successfully, but these errors were encountered: