aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Dawn/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py
index f144a121..a83cf09e 100644
--- a/python/Dawn/views.py
+++ b/python/Dawn/views.py
@@ -105,7 +105,7 @@ def trade_manage(tradeid):
session.commit()
except IntegrityError as e:
app.logger.error(e)
- finally:
+ else:
if bond_form.upload_globeop.data:
q = get_queue()
q.rpush('bond_trades', simple_serialize(trade))