File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def get_livelihood_activity_regexes() -> list:
180180 placeholder_patterns = {
181181 "label_pattern" : r"[a-zà-ÿ][a-zà-ÿ',/ \.\>\-\(\)]+?" ,
182182 "product_pattern" : r"(?P<product_id>[a-zà-ÿ][a-zà-ÿ',/ \.\>\-\(\)]+?)" ,
183- "season_pattern" : r"(?P<season>season [12]|saison [12]|[12][a-z] season||[12][a-zà-ÿ] saison|r[eé]colte principale|gu|deyr+?)" , # NOQA: E501
183+ "season_pattern" : r"(?P<season>season [12]|saison [12]|[12][a-z] season||[12][a-zà-ÿ] saison|r[eé]colte principale|principale r[eé]colte| gu|deyr+?)" , # NOQA: E501
184184 "additional_identifier_pattern" : r"\(?(?P<additional_identifier>rainfed|irrigated|pluviale?|irriguée|submersion libre|submersion contrôlée|flottant)\)?" ,
185185 "unit_of_measure_pattern" : r"(?P<unit_of_measure_id>[a-z]+)" ,
186186 "nbr_pattern" : r"(?:n[b|o]r?)\.?" ,
You can’t perform that action at this time.
0 commit comments