Dvorapa added a comment.

The information about missing requests is written into 6 lines, which is not ok at all. Basically it says:

Line 1: There is an error
Line 2: Error on line xyz in pwb.py
Line 3: Try this to install requests
Line 4: Requests missing
Line 5: Requests missing
Line 6: Try this to install requests

I would expect max 5 lines:

Traceback (most recent call last):
  File "pwb.py", line xyz, in <module>
    raise RequestsError(e)
ImportError: No module named requests
Install it by running 'pip install requests'.
Line 1: There is an error
Line 2: Error on line xyz in pwb.py
Line 3: Some generic line
Line 5: Requests missing
Line 6: Try this to install requests

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

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

To: Dvorapa
Cc: Dvorapa, Xqt, Josve05a, Zppix, TerraCodes, Ricordisamoa, jayvdb, XZise, Aklapper, pywikibot-bugs-list, Multichill, Cpaulf30, Ivana_Isadora, Jayprakash12345, Magul, Tbscho, MayS, Salgo60, Mdupont, JJMC89, Avicennasis, Dinoguy1000, Dalba, Masti, Alchimista, Rxy, Jay8g
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to