Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-12 12:18:18 -04:00
parent 6cc8579b33
commit 2843a1716c
+1 -1
View File
@@ -421,7 +421,7 @@ def do_install_dependencies(
click.echo(crayons.white(u'Installing initiallyfailed dependencies…', bold=True))
for dep, ignore_hash in progress.bar(failed_deps_list, label=' ' if os.name != 'nt' else ''):
for dep, ignore_hash in progress.bar(failed_deps_list, label=crayons.white(' ', bold=True) if os.name != 'nt' else ''):
# Install the module.
c = pip_install(
dep,