1
0

[tracegen] filter seed report

This commit is contained in:
Henry Cook 2016-11-22 11:05:30 -08:00
parent c65c255815
commit 16d0f522b0

View File

@ -52,6 +52,8 @@ def main():
numFinished = numFinished + 1 numFinished = numFinished + 1
if numFinished == total: if numFinished == total:
break break
elif line[0:12] == "using random":
continue
else: else:
print line, print line,