fix lockfile bug

This commit is contained in:
2017-01-21 16:18:31 -05:00
parent c449e5ce38
commit 6450837a15
-3
View File
@@ -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: