Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
change > to - in progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
iambus committed Oct 22, 2012
1 parent 198bc71 commit 9a4d7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.py
Expand Up @@ -131,7 +131,7 @@ def update(self):
if plus > 0.8:
plus = '='
elif plus > 0.4:
plus = '>'
plus = '-'
else:
plus = ''
bar = '=' * dots + plus
Expand Down

0 comments on commit 9a4d7e3

Please sign in to comment.