mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
only lock once after uninstall
This commit is contained in:
+2
-2
@@ -883,8 +883,8 @@ def uninstall(package_name=False, more_packages=False, three=None, python=False,
|
||||
|
||||
project.remove_package_from_pipfile(package_name, dev)
|
||||
|
||||
if lock:
|
||||
do_lock(no_hashes=no_hashes)
|
||||
if lock:
|
||||
do_lock(no_hashes=no_hashes)
|
||||
|
||||
|
||||
@click.command(help="Generates Pipfile.lock.")
|
||||
|
||||
Reference in New Issue
Block a user