Adds a list for reporting problems that were small enough not to stop generating, but big enough not to ignore.
This commit is contained in:
parent
6d421e0871
commit
5ef9022a31
@ -149,6 +149,7 @@ class DesignSpaceProcessor(DesignSpaceDocument):
|
||||
self.fonts = {}
|
||||
self.glyphNames = [] # list of all glyphnames
|
||||
self.processRules = True
|
||||
self.problems = [] # receptacle for problem notifications. Not big enough to break, but also not small enough to ignore.
|
||||
|
||||
def generateUFO(self, processRules=True):
|
||||
# makes the instances
|
||||
|
Loading…
x
Reference in New Issue
Block a user