jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/816139 )

Change subject: [bugfix] Fix wrong Subject property in interwiki.py
......................................................................

[bugfix] Fix wrong Subject property in interwiki.py

https://en.wikipedia.org/wiki/User_talk:Xqt#Pywikibot_scripts/interwiki.py

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

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



diff --git a/scripts/interwiki.py b/scripts/interwiki.py
index 0510d2f..1203db5 100755
--- a/scripts/interwiki.py
+++ b/scripts/interwiki.py
@@ -1193,7 +1193,7 @@
         elif self.conf.autonomous and duplicate and not skip:
             pywikibot.output('Stopping work on {} because duplicate pages'
                              ' {} and {} are found'
-                             .format(self.originP, duplicate, page))
+                             .format(self.origin, duplicate, page))
             self.makeForcedStop(counter)
             try:
                 with codecs.open(

-- 
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/816139
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I51b7c213c22a037fb63ec4a0f945cabf37513151
Gerrit-Change-Number: 816139
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to