Selaa lähdekoodia

Minor newline prettification.

tags/v0.1^2
Ben Kurtovic 13 vuotta sitten
vanhempi
commit
ac9217341c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      bot/tasks/afc_statistics.py

+ 1
- 1
bot/tasks/afc_statistics.py Näytä tiedosto

@@ -72,7 +72,7 @@ class Task(BaseTask):
page = self.site.get_page(self.pagename) page = self.site.get_page(self.pagename)
text = page.get() text = page.get()
newtext = re.sub("(<!-- stat begin -->)(.*?)(<!-- stat end -->)", newtext = re.sub("(<!-- stat begin -->)(.*?)(<!-- stat end -->)",
statistics.join(("\\1", "\\3")), text,
statistics.join(("\\1\n", "\n\\3")), text,
flags=re.DOTALL) flags=re.DOTALL)
if newtext == text: if newtext == text:
return # Don't edit the page if we're not adding anything return # Don't edit the page if we're not adding anything


Ladataan…
Peruuta
Tallenna