Scott Milliken

Results 1 issues of Scott Milliken

A minor bug, but was confusing when I stumbled across it. `puts(colored.red(1))` works as expected normally, but doesn't degrade correctly when colors aren't supported. test1.py: ``` from clint.textui import puts,...