Skip to content

Commit 9fd0d53

Browse files
committed
removing an extra space
1 parent 789236c commit 9fd0d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysers/analyser_merge_poste_FR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, config, logger = None):
7474
"atm": lambda res: self.bool[res["Distributeur_de_billets"]],
7575
"stamping_machine": lambda res: self.bool[res["Affranchissement_Libre_Service"]],
7676
"wheelchair": lambda res:
77-
"yes" if self.bool[res["Accessibilité_Accessible_aux_personnes_handicapées_moteur"]] else
77+
"yes" if self.bool[res["Accessibilité_Accessible_aux_personnes_handicapées_moteur"]] else
7878
"no"},
7979
mapping2 = {
8080
"operator": lambda res:

0 commit comments

Comments
 (0)