summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-04-15 19:48:14 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:08 -0400
commitfe4fc00dbe4c5a75a2d17310a97832faa2dd4281 (patch)
treece5c289cca51e6293136e65960da38ec9c26744b /main.py
parent4ed5b629998a71c474d75a9259be3e9f1cfc2afd (diff)
downloadfork-ledger-fe4fc00dbe4c5a75a2d17310a97832faa2dd4281.tar.gz
fork-ledger-fe4fc00dbe4c5a75a2d17310a97832faa2dd4281.tar.bz2
fork-ledger-fe4fc00dbe4c5a75a2d17310a97832faa2dd4281.zip
Added missing colons.
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 2 insertions, 2 deletions
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 == "<all>"
+ if config.reconcile_balance == "<all>":
reconcilable = True
- else
+ else:
target_balance = Value (config.reconcile_balance)
cutoff = time.time ()