Make Python be quiet
This commit is contained in:
parent
9579e4b4d0
commit
796c8d2bee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue