- PEP8 changes and PyCharm suggestions
This commit is contained in:
committed by
Marius Stanciu
parent
9abe11ff42
commit
dea7ce3028
@@ -441,7 +441,7 @@ class QRCode(AppTool):
|
||||
# flatten the svg geometry for the case when the QRCode SVG is added into a Gerber object
|
||||
solid_geometry = list(self.flatten_list(geos))
|
||||
|
||||
geos_text = getsvgtext(svg_root, object_type, units=units)
|
||||
geos_text = getsvgtext(svg_root, object_type, app=self.app, units=units)
|
||||
if geos_text is not None:
|
||||
geos_text_f = []
|
||||
if flip:
|
||||
|
||||
Reference in New Issue
Block a user