JovianHQ / jovian-py

Collaboration platform for data science projects & Jupyter notebooks
https://www.jovian.ai
112 stars 31 forks source link

change bright_red to red in logger #165

Closed rohitsanj closed 4 years ago

rohitsanj commented 4 years ago

bright_red color during error logs was causing issue on Windows, changed to just red.

Basic ANSI colors: https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html#8-colors

codecov[bot] commented 4 years ago

Codecov Report

Merging #165 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #165   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines         1276      1276           
=========================================
  Hits          1276      1276           
Flag Coverage Δ
#unittests 100.00% <100.00%> (ø)
Impacted Files Coverage Δ
jovian/utils/logger.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b85005b...fa39a25. Read the comment docs.