Stop when siteVerify find a bad file
This commit is contained in:
parent
709dc854e7
commit
4efaaaabc0
1 changed files with 1 additions and 0 deletions
|
@ -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...")
|
||||
|
|
Loading…
Reference in a new issue