EmersonElectricCo / fsf

File Scanning Framework
Apache License 2.0
285 stars 49 forks source link

Add Colorized Error and Warnings #36

Open spartan782 opened 8 years ago

spartan782 commented 8 years ago

We modified the script to output yellow warnings and red errors so that we can better see when something went wrong. However we did this via bash color escape sequences which might not translate to everything. There appears to be a python library colorconsole although I have never used it might be helpful.