Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
THEMATIQUES_MAPPING_DORA_TO_DI: exclus thématique --autre
Browse files Browse the repository at this point in the history
  • Loading branch information
ggounot committed Oct 2, 2024
1 parent 93df501 commit 0b2845e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dora/data_inclusion/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
# À une thématique Dora correspond une liste de thématiques DI
THEMATIQUES_MAPPING_DORA_TO_DI = {}
for key, value in THEMATIQUES_MAPPING_DI_TO_DORA.items():
if value.endswith("--autre"):
continue
if value not in THEMATIQUES_MAPPING_DORA_TO_DI:
THEMATIQUES_MAPPING_DORA_TO_DI[value] = [key]
else:
Expand Down

0 comments on commit 0b2845e

Please sign in to comment.