mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Add missing keyword fg
This was originally printed with "yellow" foreground.
This commit is contained in:
@@ -675,6 +675,7 @@ def _cleanup_procs(project, procs, failed_deps_queue, retry=True):
|
||||
"Failed initial installation: Failed to overwrite existing "
|
||||
"package, likely due to path aliasing. Expanding and trying "
|
||||
"again!",
|
||||
fg="yellow",
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user