Added missing colons.

This commit is contained in:
John Wiegley 2005-04-15 19:48:14 +00:00
parent 4ed5b62999
commit fe4fc00dbe

View file

@ -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 ()