From 85e8aa8830ee4c378bcc0bb6c234947257cda236 Mon Sep 17 00:00:00 2001 From: Martin Blais Date: Sun, 26 May 2019 00:39:03 -0400 Subject: [PATCH] (remove irrelevant assignment) --- beancount/prices/price.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beancount/prices/price.py b/beancount/prices/price.py index 27788bfc6..e738a5581 100644 --- a/beancount/prices/price.py +++ b/beancount/prices/price.py @@ -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.