only write file when changed

This commit is contained in:
Nate Prewitt
2017-01-27 21:09:11 -07:00
parent 57e69fb92e
commit c681111caa
+2 -2
View File
@@ -139,8 +139,8 @@ def ensure_proper_casing():
if casing_changed:
click.echo(crayons.yellow('Fixing package names in Pipfile...'))
# Write pipfile out to disk.
project.write(p)
# Write pipfile out to disk.
project.write(p)
def do_where(virtualenv=False, bare=True):