diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/handle_default.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/handle_default.py b/python/handle_default.py index 95b8f28b..80ba0ac7 100644 --- a/python/handle_default.py +++ b/python/handle_default.py @@ -74,7 +74,7 @@ def update_redcodes(index_type, conn): elif index_type == "XO": index_subfamily = "iTraxx Europe Crossover" elif index_type == "HYBB": - index_subfamily = "CDX.NA.HYBB" + index_subfamily = "CDX.NA.HY.BB" with conn.cursor() as c: c.execute( |
