From 796c8d2beeba41c4279e292cbdefcfba96943e84 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 2 Jan 2024 23:50:30 -0500 Subject: [PATCH] Make Python be quiet --- py/hexagram/path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/hexagram/path.py b/py/hexagram/path.py index fb0ebe8..b07ac3c 100644 --- a/py/hexagram/path.py +++ b/py/hexagram/path.py @@ -170,7 +170,7 @@ class Path(): 2 / 3 * y1 + 1 / 3 * y2) def draw(self, cr: cairo.Context): - last = None + last = ['X', []] for item in self.commands: command, args = item