diff options
Diffstat (limited to 'python/quote_parsing/parse_emails.py')
| -rw-r--r-- | python/quote_parsing/parse_emails.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/quote_parsing/parse_emails.py b/python/quote_parsing/parse_emails.py index 4300b267..47733ff8 100644 --- a/python/quote_parsing/parse_emails.py +++ b/python/quote_parsing/parse_emails.py @@ -805,15 +805,15 @@ def write_todb(swaption_stack, index_data, conn): t.quotedate, t.index, t.series, + t.version, t.expiry, t.quote_source, - t.version, ), ] except KeyError as e: logger.warning( "missing key in swaption_stack: " - f"{t.quotedate}, {t.index}, {t.series}, {t.expiry}, {t.quote_source}" + f"{t.quotedate}, {t.index}, {t.series}, {t.version}, {t.expiry}, {t.quote_source}" ) continue except IndexError: |
