mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Cleaned up prints
This commit is contained in:
parent
c824a15fe8
commit
acab4e8fdc
|
@ -36,13 +36,11 @@ class PillowTestCase(unittest.TestCase):
|
|||
if ok:
|
||||
# only clean out tempfiles if test passed
|
||||
try:
|
||||
print("Removing File: %s" % path)
|
||||
os.remove(path)
|
||||
except OSError:
|
||||
pass # report?
|
||||
else:
|
||||
print("=== orphaned temp file")
|
||||
print(path)
|
||||
print("=== orphaned temp file: %s" %path)
|
||||
|
||||
def assert_almost_equal(self, a, b, msg=None, eps=1e-6):
|
||||
self.assertLess(
|
||||
|
|
Loading…
Reference in New Issue
Block a user