We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a921dfa commit d10b2a2Copy full SHA for d10b2a2
pipenv/core.py
@@ -432,7 +432,7 @@ def abort():
432
u"{0} {1} {2} {3}{4}".format(
433
crayons.normal(u"Installing", bold=True),
434
crayons.green(u"CPython {0}".format(version), bold=True),
435
- crayons.normal(u"with {}".format(installer), bold=True),
+ crayons.normal(u"with {0}".format(installer), bold=True),
436
crayons.normal(u"(this may take a few minutes)"),
437
crayons.normal(fix_utf8("…"), bold=True),
438
)
0 commit comments