output confirmation after pull
This commit is contained in:
parent
4c8c61c9cf
commit
23c589d578
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ def search(*args, **kwargs):
|
|||
|
||||
def pull(*args, **kwargs):
|
||||
model.pull(model_name=kwargs.pop('model'), *args, **kwargs)
|
||||
print("Up to date.")
|
||||
|
||||
|
||||
def run(*args, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue