From 6a4934d67f1ba89babf8e464090bcfeb4a26dced Mon Sep 17 00:00:00 2001 From: Maxmtg Date: Thu, 6 Jun 2013 08:06:41 +0000 Subject: [PATCH] moomarc's change to calculate ZEN set correctly --- tools/PerSetTracking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/PerSetTracking.py b/tools/PerSetTracking.py index 23d122485d1..982cc298c12 100755 --- a/tools/PerSetTracking.py +++ b/tools/PerSetTracking.py @@ -178,7 +178,7 @@ if __name__ == '__main__': if currentSet in setList: if key in forgeCards : currentImplemented.append(key) - else : + elif key != "": currentMissing.append(key) total = len(currentMissing)+len(currentImplemented) percentage = 0