jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/354925 )
Change subject: Remove unnecessary TODO from pwb.py ......................................................................
Remove unnecessary TODO from pwb.py
Change-Id: Id6c357bbd5fed3819652d8174208726eff8ba338 --- M pwb.py 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/pwb.py b/pwb.py index 6779dd8..03b46d4 100755 --- a/pwb.py +++ b/pwb.py @@ -136,7 +136,6 @@ path = os.path.abspath(path) if path[0] != '/': # normalise Windows drive letter - # TODO: use pywikibot.tools.first_upper path = path[0].upper() + path[1:] return path
pywikibot-commits@lists.wikimedia.org