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 selected 2021 in the time filter box, fava-envelope will not work. following is the screen shot
The exception is:
File "/home/jason/miniconda3/lib/python3.9/site-packages/fava_envelope/modules/beancount_envelope.py", line 48, in init
self.date_start = datetime.datetime.strptime(self.start_date, '%Y-%m').date()
TypeError: strptime() argument 1 must be str, not None
The text was updated successfully, but these errors were encountered:
Potential downside: for the multi-currency version, it would mean that all currency budgets share the same start date.
We could just leave both of these, having the options: start_date as a fallback if no custom "envelope" "start date" entry exists in the current filter.
I selected 2021 in the time filter box, fava-envelope will not work. following is the screen shot
The exception is:
File "/home/jason/miniconda3/lib/python3.9/site-packages/fava_envelope/modules/beancount_envelope.py", line 48, in init
self.date_start = datetime.datetime.strptime(self.start_date, '%Y-%m').date()
TypeError: strptime() argument 1 must be str, not None
The text was updated successfully, but these errors were encountered: