diff --git a/tests/gendata/gendata.py b/tests/gendata/gendata.py index 6828741ccb79b4632298ef175be19bf4e9887019..c2c0ed3fdb19b532523242ec5cafeddab4521c7c 100644 --- a/tests/gendata/gendata.py +++ b/tests/gendata/gendata.py @@ -42,7 +42,7 @@ class gendata(test.Test): bsod = Image.new("RGB", (640, 480), "blue") draw = ImageDraw.Draw(bsod) - x = y = 2 + y = 2 for line in text: draw.text((2, y), line) y += 12