Skip to content
Extraits de code Groupes Projets
Valider 9d06c0b5 rédigé par Bastien Le Querrec's avatar Bastien Le Querrec
Parcourir les fichiers

prefdpt: lint

parent da99e3ab
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -201,7 +201,7 @@ class Attrap_prefdpt(Attrap): ...@@ -201,7 +201,7 @@ class Attrap_prefdpt(Attrap):
if widget.has_regex('month') and (not date or date.year == 9999): if widget.has_regex('month') and (not date or date.year == 9999):
# On ajoute l'année au nom du mois à tester si configuré dans le widget # On ajoute l'année au nom du mois à tester si configuré dans le widget
if widget.add_year_to_months and page_url[1]: if widget.add_year_to_months and page_url[1]:
month = card['name'].strip()+' '+str(page_url[1].year) month = card['name'].strip() + ' ' + str(page_url[1].year)
else: else:
month = card['name'].strip() month = card['name'].strip()
date = Attrap.guess_date(month, widget.get_regex('month')).replace(day=1) date = Attrap.guess_date(month, widget.get_regex('month')).replace(day=1)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter