DrTrigon has uploaded a new change for review. https://gerrit.wikimedia.org/r/81199
Change subject: bug fix for "SyntaxError: EOL while scanning string literal" ...................................................................... bug fix for "SyntaxError: EOL while scanning string literal" (what went wrong with this review - how has that been merged...? ;)) Change-Id: I9b0b6b7d33f0c0fe53d9f99109d0f935c866f215 --- M pywikibot/site.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/99/81199/1 diff --git a/pywikibot/site.py b/pywikibot/site.py index 0135bd8..4e5dfaf 100644 --- a/pywikibot/site.py +++ b/pywikibot/site.py @@ -2847,7 +2847,7 @@ u"Rollback of %s aborted; only one user in revision history." % page.title(asLink=True)) summary = summary or ( - u"Reverted edits by [[Special:Contributions/%(last_user)s|%(last_user)s]] "" + u"Reverted edits by [[Special:Contributions/%(last_user)s|%(last_user)s]] " u"([[User talk:%(last_user)s|Talk]]) to last version by %(prev_user)s" % locals()) token = self.token(page, "rollback") -- To view, visit https://gerrit.wikimedia.org/r/81199 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9b0b6b7d33f0c0fe53d9f99109d0f935c866f215 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: DrTrigon <dr.tri...@surfeu.ch> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits