jayvdb created this task. jayvdb added a subscriber: jayvdb. jayvdb added a project: pywikibot-core. Herald added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION The Win32 editor detection in `pywikibot/config2.py` looks for registry entries such as ``` "Foo.exe" "%1" ``` It detects the ` "%1` , and discards everything after it because it `pywikibot/editor.py` assumes it is a single command. This is probably a Win32-only problem, however the same problem will occur if the environment variable `EDITOR` contains additional arguments. TASK DETAIL https://phabricator.wikimedia.org/T102465 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Aklapper, jayvdb, pywikibot-bugs-list, Malyacko, P.Copp _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
