Use correct brackets

This commit is contained in:
hugovk 2014-04-11 10:47:37 +03:00
parent 267cdf523e
commit cf6daf03fe

View File

@ -97,7 +97,7 @@ for file in files:
# if there's an ok at the end, it's not really ok
result = result[:-3]
print(result)
failed.append[test]
failed.append(test)
else:
success = success + 1