]> granicus.if.org Git - python/commitdiff
minor formatting nit
authorBarry Warsaw <barry@python.org>
Wed, 11 Dec 1996 21:40:04 +0000 (21:40 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 11 Dec 1996 21:40:04 +0000 (21:40 +0000)
Lib/test/test_rgbimg.py

index cdadc660dd5f59bdfe62da162de1e4080565d50b..52814b4ede586ece5813e4a142537d82b095b5b8 100644 (file)
@@ -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')