jayvdb added a comment.
According to `git bisect`, there was a regression introduced by https://phabricator.wikimedia.org/rPWBC20c9ab1b16df2a4ff2baacec8540f0ba0de401c2, which merged https://phabricator.wikimedia.org/rPWBC665d824e4c1a1ba0edab85077ea52d20329a6dca , which is https://gerrit.wikimedia.org/r/#/c/268962/ On all Python versions, it caused all scripts `-help` to output AssertionError: 'Use -help for further information.' not found in ['family and mylang are not set.', "Defaulting to family='test' and mylang='test'.", ''] One part of the problem was fixed with https://phabricator.wikimedia.org/rPWBCf0e2104d15f12a9ea38b97aa68caf00dfd9b4a63 (on all versions of Python, not only py2.6), however the error then changed to the current error on all Python versions AssertionError: u'Use -help for further information.' not found in [u'No handlers could be found for logger "pywiki"', u''] TASK DETAIL https://phabricator.wikimedia.org/T128318 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: jayvdb, Lokal_Profil, Aklapper, StudiesWorld, Xqt, pywikibot-bugs-list _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
