Skip to content

Commit

Permalink
Automated merge with ssh://bitbucket.org/blais/beancount
Browse files Browse the repository at this point in the history
  • Loading branch information
blais committed Jun 1, 2019
2 parents 19f44f5 + 85e8aa8 commit e1c1eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beancount/prices/price.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def process_args():
format='%(levelname)-8s: %(message)s')

if args.all:
args.inactive = args.undeclared = args.clobber = True
args.inactive = args.clobber = True
args.undeclared = DEFAULT_SOURCE

# Setup for processing.
Expand Down

0 comments on commit e1c1eaf

Please sign in to comment.