coala-atom icon indicating copy to clipboard operation
coala-atom copied to clipboard

Colour codes in error messages

Open sils opened this issue 8 years ago • 3 comments

Error: [31m[ERROR][0m[11:59:30] NLTK data missing, install by running following commands python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger[0m

sils avatar Mar 13 '17 11:03 sils

This would require the python3 -m nltk...... part to have a different colour from the rest of the text in the above error?

RohanVB avatar Mar 13 '17 12:03 RohanVB

No just eliminate the colour codes, that's probably a coala bug it shouldn't have those in parseable output

On Mar 13, 2017 1:06 PM, "Rohan" [email protected] wrote:

This would require the python3 -m nltk...... part to have a different colour from the rest of the text in the above example?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/coala/coala-atom/issues/43#issuecomment-286089258, or mute the thread https://github.com/notifications/unsubscribe-auth/AFc6KICik2W3_maMsdDefMX30wo_QbKeks5rlTFRgaJpZM4MbG8g .

sils avatar Mar 13 '17 18:03 sils

Currently its like:

screen shot 2017-03-15 at 12 34 37 am

and we want the colour code causing the highlighting to be removed.

RohanVB avatar Mar 14 '17 19:03 RohanVB