mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #134 from nateprewitt/only_write_when_changed
only write file when changed
This commit is contained in:
+2
-2
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user