summaryrefslogtreecommitdiffstats
path: root/Lib/dos-8x3/test_rgb.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/dos-8x3/test_rgb.py')
-rwxr-xr-xLib/dos-8x3/test_rgb.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/dos-8x3/test_rgb.py b/Lib/dos-8x3/test_rgb.py
index cdadc66..52814b4 100755
--- a/Lib/dos-8x3/test_rgb.py
+++ b/Lib/dos-8x3/test_rgb.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')