From 20ab15474f85f290fa8e0807742f1d288f8877b3 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Tue, 19 Jul 2022 19:27:38 +0200 Subject: [PATCH] Add missing keyword fg This was originally printed with "yellow" foreground. --- pipenv/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipenv/core.py b/pipenv/core.py index 1947bb7a..78c0596e 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -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", ) ) )