Add verbose message when nothing to revalidate
This commit is contained in:
parent
39aa4846f3
commit
3fd41b6d81
1 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,8 @@ def run():
|
|||
if to_revalidate:
|
||||
if _revalidate_packages(to_revalidate=to_revalidate, args=args):
|
||||
return
|
||||
elif args.verbose:
|
||||
logger.info(msg='Nothing to revalidate.')
|
||||
exit(1)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue