From 66e7f3ac439550473923703ee714cb8b8ca15c18 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 11 Dec 1996 21:40:04 +0000 Subject: minor formatting nit --- Lib/test/test_rgbimg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/test/test_rgbimg.py b/Lib/test/test_rgbimg.py index cdadc66..52814b4 100644 --- a/Lib/test/test_rgbimg.py +++ b/Lib/test/test_rgbimg.py @@ -23,7 +23,8 @@ def testimg(rgb_file, raw_file): raise error, 'bad image length' raw = open(raw_file, 'r').read() if rgb != raw: - raise error, 'images don\'t match for '+rgb_file+' and '+raw_file + raise error, \ + 'images don\'t match for '+rgb_file+' and '+raw_file for depth in [1, 3, 4]: rgbimg.longstoimage(rgb, width, height, depth, '@.rgb') os.unlink('@.rgb') -- cgit v0.12