diff --git a/inkscape/svg2shenzhen/export.py b/inkscape/svg2shenzhen/export.py index 1973791..36331be 100644 --- a/inkscape/svg2shenzhen/export.py +++ b/inkscape/svg2shenzhen/export.py @@ -737,7 +737,7 @@ def exportDrillLayer(self, layerPath, pad_template): kicad_drill_string += pad_template.format(x=padCoord[0], y=padCoord[1], n=count, d=drill_size) - return kicad_drill_string + return kicad_drill_string def flatten_bezier(self): layerPath = '//svg:g[@inkscape:groupmode="layer"][@inkscape:label="Edge.Cuts"]'