mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #947 from richardcooper/pep508-typo
Fix a typo in do_lock() error handler
This commit is contained in:
+1
-1
@@ -1131,7 +1131,7 @@ def do_lock(verbose=False, system=False, clear=False, pre=False):
|
||||
lockfile['_meta']['host-environment-markers'] = simplejson.loads(c.out)
|
||||
except ValueError:
|
||||
click.echo(crayons.red("An unexpected error occured while accessing your virtualenv's python installation!"))
|
||||
click.echo('Please run $ {0} to re-create your environment.'.crayons.red('pipenv --rm'))
|
||||
click.echo('Please run $ {0} to re-create your environment.'.format(crayons.red('pipenv --rm')))
|
||||
sys.exit(1)
|
||||
|
||||
# Write out the lockfile.
|
||||
|
||||
Reference in New Issue
Block a user