Skip to content

Commit

Permalink
fix: cashdrag failed with command line (only worked with fava)
Browse files Browse the repository at this point in the history
- use beancount's convert_position, not fava
  • Loading branch information
redstreet committed Dec 18, 2023
1 parent cc935ef commit de79f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fava_investor/common/libinvestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import decimal
from beancount.core.inventory import Inventory
from beancount.core import convert # noqa: F401
from fava.core.conversion import convert_position
from beancount.core.convert import convert_position


class Node(object):
Expand Down

0 comments on commit de79f65

Please sign in to comment.