From fe4fc00dbe4c5a75a2d17310a97832faa2dd4281 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 15 Apr 2005 19:48:14 +0000 Subject: Added missing colons. --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.py') diff --git a/main.py b/main.py index 92483ba0..b597ad61 100644 --- a/main.py +++ b/main.py @@ -249,9 +249,9 @@ else: if config.reconcile_balance: reconcilable = False - if config.reconcile_balance == "" + if config.reconcile_balance == "": reconcilable = True - else + else: target_balance = Value (config.reconcile_balance) cutoff = time.time () -- cgit v1.2.3