Make Python be quiet

This commit is contained in:
XANTRONIX Development 2024-01-02 23:50:30 -05:00
parent 9579e4b4d0
commit 796c8d2bee

View file

@ -170,7 +170,7 @@ class Path():
2 / 3 * y1 + 1 / 3 * y2) 2 / 3 * y1 + 1 / 3 * y2)
def draw(self, cr: cairo.Context): def draw(self, cr: cairo.Context):
last = None last = ['X', []]
for item in self.commands: for item in self.commands:
command, args = item command, args = item