jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1308641?usp=email )
Change subject: Fix flake8 error in listpages ...................................................................... Fix flake8 error in listpages Change-Id: Id111c7c19cb950a95e124f6bb90aa2f37c0a4a7a Signed-off-by: Xqt <[email protected]> --- M scripts/listpages.py 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/scripts/listpages.py b/scripts/listpages.py index db99040..ad1181b 100755 --- a/scripts/listpages.py +++ b/scripts/listpages.py @@ -294,7 +294,9 @@ if not value.strip(): options['notitle'] = True options['format'] = value - elif option in ('-encode', '-outputlang', '-save', '-summary', '-tofile'): + elif option in ( + '-encode', '-outputlang', '-save', '-summary', '-tofile', + ): options[opt] = value elif option == '-put': page_target = value -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1308641?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Id111c7c19cb950a95e124f6bb90aa2f37c0a4a7a Gerrit-Change-Number: 1308641 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
