fixed variable typo

This commit is contained in:
Joey Kunzler 2020-02-20 18:35:54 -08:00
parent d6987ac584
commit c9cb387912
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ class label(geometry):
debug.info(4, "writing label (" + str(self.layerNumber) + "): " + self.text)
new_layout.addText(text=self.text,
layerNumber=self.layerNumber,
layerPurpose=self.layerPurpose,
purposeNumber=self.layerPurpose,
offsetInMicrons=self.offset,
magnification=self.zoom,
rotate=None)