Xqt has submitted this change and it was merged.

Change subject: scripts/makecat.py had invalid syntax
......................................................................


scripts/makecat.py had invalid syntax

Mixing curl braces and parentheses :-]

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

Approvals:
  Xqt: Verified; Looks good to me, approved



diff --git a/scripts/makecat.py b/scripts/makecat.py
index 4f34b6f..c5869ae 100644
--- a/scripts/makecat.py
+++ b/scripts/makecat.py
@@ -221,7 +221,7 @@
         workingcatname = ' '.join(workingcatname)
     mysite = pywikibot.getSite()
     workingcatname = unicode(workingcatname, 'utf-8')
-    pywikibot.setAction(i18n.twtranslate(mysite, 'makecat-create', {'cat': 
workingcatname)})
+    pywikibot.setAction(i18n.twtranslate(mysite, 'makecat-create', {'cat': 
workingcatname}))
     workingcat = pywikibot.Category(mysite,
                                     u'%s:%s'
                                     % (mysite.category_namespace(),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8c2e0a0c8c5225aad2e39b45dfe25f6ca7a504da
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to