Skip to content

Commit 4efaaaa

Browse files
committed
Stop when siteVerify find a bad file
1 parent 709dc85 commit 4efaaaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ def siteVerify(self, address):
207207
logging.info("[OK] %s (Done in %.3fs)" % (content_inner_path, time.time() - s))
208208
else:
209209
logging.error("[ERROR] %s: invalid file!" % content_inner_path)
210+
raw_input("Continue?")
210211
bad_files += content_inner_path
211212

212213
logging.info("Verifying site files...")

0 commit comments

Comments
 (0)