Closed tbm closed 9 years ago
Original comment by Jakob Schnitzer (Bitbucket: yagebu, GitHub: yagebu).
Turns out I simply had set account_rounding
to an invalid account name. I mistakenly thought it was also going to be a subaccount of Equity like the other account_*
options...
It would be nice if beancount checked the options that set account names and displayed an error if they're invalid, then this won't happen to anyone else.
Original report by Jakob Schnitzer (Bitbucket: yagebu, GitHub: yagebu).
When running
balances
in thebean-query
shell, I get the following Traceback. I have non-standard root accounts set using options in my beancount file and don't get this error with the example generated bybean-example
. Not sure if the fact that I'm using non-standard root accounts produces this problem or if it's something elseUpdate: thought the shell just ignored the options, but it doesn't, so I'm not sure anymore where the problem comes from