提交 edc1f43a 编写于 作者: L Lucas Meneghel Rodrigues 提交者: Lucas Meneghel Rodrigues

Merge pull request #117 from lmr/small-gendata-fix

tests/gendata: Fix unused variable
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册