Stop when siteVerify find a bad file

This commit is contained in:
shortcutme 2016-08-29 11:17:36 +02:00
parent 709dc854e7
commit 4efaaaabc0
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ class Actions(object):
logging.info("[OK] %s (Done in %.3fs)" % (content_inner_path, time.time() - s))
else:
logging.error("[ERROR] %s: invalid file!" % content_inner_path)
raw_input("Continue?")
bad_files += content_inner_path
logging.info("Verifying site files...")