potential fix for windows

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-14 13:38:55 -04:00
parent c6bd477032
commit 9f4cc67f5f
+1 -1
View File
@@ -327,7 +327,7 @@ def ensure_python(three=None, python=None):
if not path_to_python and python is not None:
# We need to install Python.
puts(
'{0}: Python {1} {2}'.format(
u'{0}: Python {1} {2}'.format(
crayons.red('Warning', bold=True),
crayons.blue(python),
u'was not found on your system… ',