Wesalius created this task.
Wesalius added a project: Pywikibot-core.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION

When user tries to output djvutext.py to a page that already has content, pwb states

pywikibot.output('Page %s already exists, not adding!' % page)

Even though solution can be found in documentation, it would be easier for user to get a hint on how to solve this with adding statement similar to:

pywikibot.output(
    'Page %s already exists, not adding!\n'
    'Use -overwrite option to overwrite the output page.')

TASK DETAIL
https://phabricator.wikimedia.org/T198812

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Wesalius
Cc: Aklapper, Wesalius, pywikibot-bugs-list, Andrewjhill, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx, jayvdb, Dalba, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to