mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
ensure_project in update
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -333,6 +333,8 @@ def check(three=None, python=False, system=False, unused=False, style=False, arg
|
||||
def update(ctx, three=None, python=False, system=False, verbose=False, clear=False, keep_outdated=False, pre=False, dev=False, bare=False, sequential=False, packages=None, dry_run=None, outdated=False):
|
||||
from . import core
|
||||
|
||||
core.ensure_project(three=three, python=python, warn=True)
|
||||
|
||||
if not outdated:
|
||||
outdated = bool(dry_run)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user