master
Lertsenem 2015-12-07 18:19:19 +01:00
parent 9feddf8011
commit e32b5bd336
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def run(args, persoconf, logger):
and not utils.yes_no_question(
"Delete all files from following list: %s from app %s?"
% (str(args.files),appmeta.name)
)
)
):
logger.warning("Nothing was deleted")
exit(0)