From e9973d239a8a2e5b739e0af5b24c47ac58d9c2fc Mon Sep 17 00:00:00 2001 From: Athanasius <github@miggy.org> Date: Thu, 27 May 2021 11:09:52 +0100 Subject: [PATCH] Suits: Comment out 'duplicate' PT-BR shortnames They're the same key, and value, as the ES ones. PyCharm highlighted this, flake8 did not complain. There's a comment as to why they're commented out, but still present in that form. --- edmc_data.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/edmc_data.py b/edmc_data.py index 1f6036cd..45f424fc 100644 --- a/edmc_data.py +++ b/edmc_data.py @@ -519,9 +519,10 @@ edmc_suit_shortnames = { 'Combinaison Maverick': 'Maverick', # FR 'Traje voador': 'voador', # PT-BR - 'Traje Artemis': 'Artemis', # PT-BR - 'Traje Dominator': 'Dominator', # PT-BR - 'Traje Maverick': 'Maverick', # PT-BR + # These are duplicates of the ES ones, but kept here for clarity + # 'Traje Artemis': 'Artemis', # PT-BR + # 'Traje Dominator': 'Dominator', # PT-BR + # 'Traje Maverick': 'Maverick', # PT-BR 'Летный комбинезон': 'Летный', # RU 'Комбинезон Artemis': 'Artemis', # RU