mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
more progress on windows
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ else:
|
||||
BAR_FILLED_CHAR = '='
|
||||
BAR_EMPTY_CHAR = '-'
|
||||
|
||||
if sys.version_info[0] >= 3:
|
||||
if (sys.version_info[0] >= 3) and (os.name != 'nt'):
|
||||
BAR_TEMPLATE = u' %s%s%s %i/%i — {0}\r'.format(crayons.black('%s'))
|
||||
else:
|
||||
BAR_TEMPLATE = ' %s%s%s %i/%i — %s\r'
|
||||
|
||||
Reference in New Issue
Block a user