Skip to content

Commit

Permalink
fix ROOD
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuinigeRijder committed Feb 12, 2025
1 parent b4ce4e7 commit 7e66d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions rdw.py
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ def main():
"BLAUW": "Lucid Blue (Mica Parelmoer)",
"GEEL": "Gravity Gold (Mat)",
"BRUIN": "Mystic Olive (Mica)",
"ROOD": "Ultimate Red Metallic",
}

colorsoutput = []
Expand Down
3 changes: 2 additions & 1 deletion rdw_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""rdw_utils.py"""

# pylint:disable=too-many-lines
from datetime import datetime
import re
Expand Down Expand Up @@ -715,7 +716,7 @@ def get_variant(
and typegoedkeuring != "e9*2018/858*11054*04"
):
print(
f"WARNING: typegoedkeuring {typegoedkeuring} fout voor {kenteken}: {fulltype}"
f"WARNING: typegoedkeuring {typegoedkeuring} fout voor {kenteken}: {fulltype}" # noqa
)

model2023 = typegoedkeuring == "e9*2018/858*11054*04"
Expand Down

0 comments on commit 7e66d5c

Please sign in to comment.