mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +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
|
# if there's an ok at the end, it's not really ok
|
||||||
result = result[:-3]
|
result = result[:-3]
|
||||||
print(result)
|
print(result)
|
||||||
failed.append[test]
|
failed.append(test)
|
||||||
else:
|
else:
|
||||||
success = success + 1
|
success = success + 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user