mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Use correct brackets
This commit is contained in:
parent
267cdf523e
commit
cf6daf03fe
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user