Skip to content

Commit

Permalink
Windows defaults now to no color, since it is optional (with colorama…
Browse files Browse the repository at this point in the history
…, etc), in response to #256
  • Loading branch information
henryiii committed Jan 20, 2016
1 parent 2f91e02 commit 0476bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plumbum/colorlib/styles.py
Expand Up @@ -42,7 +42,7 @@ def get_color_repr():
elif term == "screen":
return 1
elif os.name == 'nt':
return 1
return 0
else:
return 3

Expand Down

0 comments on commit 0476bf9

Please sign in to comment.