tests/gendata: Fix unused variable

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 eb97fc8b
......@@ -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.
先完成此消息的编辑!
想要评论请 注册