improvements

This commit is contained in:
2017-01-20 17:19:15 -05:00
parent eea1010234
commit e1cd923265
+1 -4
View File
@@ -337,7 +337,6 @@ def init(dev=False):
# Actually create the virtualenv.
c = delegator.run('virtualenv {} --prompt=({})'.format(project.virtualenv_location(), project.name), block=False)
# c.block()
click.echo(crayons.blue(c.out))
# Say where the virtualenv is.
@@ -345,6 +344,7 @@ def init(dev=False):
# Write out the lockfile if it doesn't exist.
if project.lockfile_exists():
# Open the lockfile.
with codecs.open(project.lockfile_location(), 'r') as f:
lockfile = json.load(f)
@@ -363,9 +363,6 @@ def init(dev=False):
click.echo(crayons.yellow('Installing dependencies from Pipfile.freeze...'))
else:
# Load the pipfile.