Skip to content

Commit 35ccac1

Browse files
committed
add identifier
1 parent 03e6fb1 commit 35ccac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/booleanOperations/booleanGlyph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _flushContour(self):
5353
contour._points = points
5454
self._glyph.contours.append(contour)
5555

56-
def beginPath(self):
56+
def beginPath(self, identifier=None):
5757
self._points = []
5858

5959
def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):

0 commit comments

Comments
 (0)