From 4bd6cc7cf0dd367229e171a1bfd1100f7db3798a Mon Sep 17 00:00:00 2001 From: evilhero Date: Wed, 13 Apr 2016 14:29:42 -0400 Subject: [PATCH] FIX:(#1245)(#1246) Post-processing failure and issue counts not updating properly during post-processing/Recheck Files scan --- mylar/updater.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mylar/updater.py b/mylar/updater.py index f9ef6300..98c8445b 100755 --- a/mylar/updater.py +++ b/mylar/updater.py @@ -1234,7 +1234,6 @@ def forceRescan(ComicID, archive=None, module=None): #logger.fdebug(module + ' IssueID to ignore: ' + str(issID_to_ignore)) - sys.exit() #here we need to change the status of the ones we DIDN'T FIND above since the loop only hits on FOUND issues. update_iss = [] tmpsql = "SELECT * FROM issues WHERE ComicID=? AND IssueID not in ({seq})".format(seq=','.join(['?'] *(len(issID_to_ignore) -1)))