mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
u
Signed-off-by: Kenneth Reitz <me@kennethreitz.org> Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user