mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Clear cache only once
This commit is contained in:
+1
-1
@@ -1188,7 +1188,7 @@ def do_lock(
|
||||
which=which,
|
||||
verbose=verbose,
|
||||
project=project,
|
||||
clear=clear,
|
||||
clear=False,
|
||||
pre=pre,
|
||||
)
|
||||
# Add default dependencies to lockfile.
|
||||
|
||||
Reference in New Issue
Block a user