jenkins-bot has submitted this change and it was merged.

Change subject: watchlist.py ignores sysop doing refresh all
......................................................................


watchlist.py ignores sysop doing refresh all

Change-Id: Ia8fca9b92f6eaaafc446a6bc74aecc850e882d4f
---
M scripts/watchlist.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/scripts/watchlist.py b/scripts/watchlist.py
index 31d1dcf..9873992 100755
--- a/scripts/watchlist.py
+++ b/scripts/watchlist.py
@@ -94,7 +94,7 @@
         entry._rebuild()
         if entry.site not in seen:
             if entry._data['watchlistraw']:
-                refresh(entry.site)
+                refresh(entry.site, sysop)
                 seen.append(entry.site)
 
 

-- 
To view, visit https://gerrit.wikimedia.org/r/179772
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia8fca9b92f6eaaafc446a6bc74aecc850e882d4f
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhall...@arctus.nl>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to