forked from beancount/fava
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When your beancount file has option "inferred_tolerance_default" "*:0.01" then it is ignored by rustfava.
Steps to Reproduce
- Put the statement
option "inferred_tolerance_default" "*:0.01"somewhere at the top of your beancount file. - Check rustfava -> Click Options in fava left toolbar -> Verify that under Beancount options the option
inferred_tolerance_defaultshows{}. - Using the above option in non-rust fava changes
inferred_tolerance_defaultfrom{}to{'*': Decimal('0.01')}.
Rustfava Version
0.1.8
Python Version
None, but python3 --version outputs 3.12.3
Operating System
Linux
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working