Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-14 17:09:39 -04:00
parent 9e33111fa5
commit 8665047029
+1 -1
View File
@@ -1556,7 +1556,7 @@ def inline_activate_virtualenv():
# Catch all errors, just in case.
except Exception:
puts(
'{0}: There was an unexpected error while activating your virtualenv. Continuing anyway…'
u'{0}: There was an unexpected error while activating your virtualenv. Continuing anyway…'
''.format(crayons.red('Warning', bold=True)),
err=True
)