jenkins-bot has submitted this change and it was merged.
Change subject: Fix cookiejar filename to pywikibot.lwp
......................................................................
Fix cookiejar filename to pywikibot.lwp
It was renamed to pywikibot.lwp2 in the switch to requests
(952665aca), however the login files were not also updated.
Change-Id: I4c18b98f219c32217b05afb7100477cd79d57db7
---
M pywikibot/comms/http.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
XZise: Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/comms/http.py b/pywikibot/comms/http.py
index 50343a1..a6ed6a8 100644
--- a/pywikibot/comms/http.py
+++ b/pywikibot/comms/http.py
@@ -68,7 +68,7 @@
session = requests.Session()
cookie_jar = cookielib.LWPCookieJar(
- config.datafilepath("pywikibot.lwp2"))
+ config.datafilepath('pywikibot.lwp'))
try:
cookie_jar.load()
except (IOError, cookielib.LoadError):
--
To view, visit https://gerrit.wikimedia.org/r/219615
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4c18b98f219c32217b05afb7100477cd79d57db7
Gerrit-PatchSet: 3
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: VcamX <[email protected]>
Gerrit-Reviewer: XZise <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits