From 2b4de326ae069b2221ba061b088c198c4ea00578 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Wed, 25 Jun 2014 22:47:21 -0700 Subject: [PATCH] Cleaned up prints --- Tests/helper.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Tests/helper.py b/Tests/helper.py index c76d3fa16..9068802f6 100644 --- a/Tests/helper.py +++ b/Tests/helper.py @@ -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(