Add missing keyword fg

This was originally printed with "yellow" foreground.
This commit is contained in:
Oz N Tiram
2022-07-19 19:27:38 +02:00
parent 5d4b321a21
commit 20ab15474f
+1
View File
@@ -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",
)
)
)