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
Just as FYI: bean-price currently depends on newest code of beancount from v2 branch (I think v3 branch also doesn't work). If bean-price --update is run against default v2.3.3, then following error is returned:
Traceback (most recent call last):
File "/home/zurkowski/.local/bin/bean-price", line 10, in <module>
sys.exit(main())
File "/home/zurkowski/.local/lib/python3.7/site-packages/beanprice/price.py", line 821, in main
args, jobs, entries, dcontext = process_args()
File "/home/zurkowski/.local/lib/python3.7/site-packages/beanprice/price.py", line 799, in process_args
args.update_compress))
File "/home/zurkowski/.local/lib/python3.7/site-packages/beanprice/price.py", line 406, in get_price_jobs_up_to_date
lifetimes.trim_intervals(intervals,
AttributeError: module 'beancount.ops.lifetimes' has no attribute 'trim_intervals'
Needs unit testing coverage.
get_price_jobs_up_to_date() is currently untested.
The text was updated successfully, but these errors were encountered: