diff --git a/res/PerSetTracking.py b/res/PerSetTracking.py index 88253878698..66bd4fbda79 100755 --- a/res/PerSetTracking.py +++ b/res/PerSetTracking.py @@ -80,7 +80,7 @@ for currentSet in setCodes : if currentSet == 'VG4' or currentSet == 'VGO' or currentSet == 'VG ' : continue if currentSet == 'FVD' or currentSet == 'FVE' or currentSet == 'FVR' : continue if currentSet == 'SDC' or currentSet == 'AST' or currentSet == 'DKM' : continue - if currentSet == 'BTD' or currentSet == 'ARC' or currentSet == 'COM' : continue + if currentSet == 'BTD' or currentSet == 'COM' : continue #if currentSet == 'CHR' or currentSet == 'MED' or currentSet == 'H09' : continue if currentSet == 'ME2' or currentSet == 'ME3' or currentSet == 'ME4' : continue if currentSet == 'ATH' or currentSet == 'HOP' or currentSet == 'BRB' : continue @@ -132,4 +132,4 @@ with open(sys.path[0] + os.sep + "PerSetTrackingResults" + os.sep + "CompleteSta statsfile.write("\n") statsfile.write("Total over all sets: " + str(totalImplemented) + " (" + str(totalMissing) + ") / " + str(fullTotal)) -print "Done!" \ No newline at end of file +print "Done!"