mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
Update install.py (#5852)
This commit is contained in:
@@ -147,7 +147,7 @@ def do_install(
|
||||
traceback = e
|
||||
finally:
|
||||
if error and traceback:
|
||||
console.print(error, sytle="red")
|
||||
console.print(error, style="red")
|
||||
err.print(str(traceback), style="yellow")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user