mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
fix lockfile bug
This commit is contained in:
@@ -215,9 +215,6 @@ def init(dev=False):
|
||||
|
||||
do_freeze()
|
||||
|
||||
with open(project.lockfile_location, 'w') as f:
|
||||
f.write(p.freeze())
|
||||
|
||||
click.echo(crayons.yellow('Installing dependencies from Pipfile.lock...'))
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user