Xqt added a comment.
Probably it has to do with https://bugs.python.org/issue22107 A solution might be to use try: subprocess.call(cmd) except FileNotFoundError: pywikibot.exception() within pywikibot.editor lines 104++ because for the -simulate test the edit/editor does not care. We also could have a return statement at the first line of Editor.edit() method to have the test passing. TASK DETAIL https://phabricator.wikimedia.org/T128453 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Dvorapa, DrTrigon, Aklapper, jayvdb, StudiesWorld, Xqt, pywikibot-bugs-list, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, Altostratus, Avicennasis, mys_721tx, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
