This commit is contained in:
deadsmond 2019-11-25 21:00:59 +01:00
parent 004e42ef7e
commit 17da17130e

View File

@ -79,6 +79,6 @@ f = open(sys.argv[1], 'r')
for line in f:
if auto.test_string(line):
print("FALSE %s" % line)
else:
print("TRUE %s" % line)
else:
print("FALSE %s" % line)