|
27 | 27 | 'v220_feed_changes', |
28 | 28 | 'v221_feed_changes', |
29 | 29 | 'v222_feed_changes', |
30 | | - 'v230_csv_parser_parameter_fix_1', |
| 30 | + 'v230_csv_parser_parameter_fix', |
31 | 31 | 'v230_deprecations', |
32 | 32 | 'v230_feed_changes', |
33 | 33 | ] |
@@ -517,7 +517,7 @@ def v222_feed_changes(defaults, runtime, harmonization, dry_run): |
517 | 517 | return changed, defaults, runtime, harmonization |
518 | 518 |
|
519 | 519 |
|
520 | | -def v230_csv_parser_parameter_fix_1(defaults, runtime, harmonization, dry_run): |
| 520 | +def v230_csv_parser_parameter_fix(defaults, runtime, harmonization, dry_run): |
521 | 521 | """ |
522 | 522 | Fix CSV parser parameter misspelling |
523 | 523 | """ |
@@ -588,7 +588,7 @@ def v230_feed_changes(defaults, runtime, harmonization, dry_run): |
588 | 588 | ((2, 2, 1), (v221_feed_changes, )), |
589 | 589 | ((2, 2, 2), (v222_feed_changes, )), |
590 | 590 | ((2, 2, 3), ()), |
591 | | - ((2, 3, 0), (v230_csv_parser_parameter_fix_1, v230_feed_changes, v230_deprecations,)), |
| 591 | + ((2, 3, 0), (v230_csv_parser_parameter_fix, v230_feed_changes, v230_deprecations,)), |
592 | 592 | ]) |
593 | 593 |
|
594 | 594 | ALWAYS = (harmonization, ) |
0 commit comments