aboutsummaryrefslogtreecommitdiffstats
path: root/python/parse_baml_swaption.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/parse_baml_swaption.py')
-rw-r--r--python/parse_baml_swaption.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/parse_baml_swaption.py b/python/parse_baml_swaption.py
index e7b8be9b..8c897767 100644
--- a/python/parse_baml_swaption.py
+++ b/python/parse_baml_swaption.py
@@ -56,4 +56,4 @@ for msg in em.get_msgs(path=["AutoBook", "BAML Swaption"], count=2):
logger.warning(e)
SwaptionDeal.clear()
else:
- list(SwaptionDeal.commit())
+ SwaptionDeal.commit()