coala-atom
coala-atom copied to clipboard
Colour codes in error messages
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
This would require the python3 -m nltk...... part to have a different colour from the rest of the text in the above error?
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 .
Currently its like:

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