- Tool Corners - changed the outname for the verification Excellon object

This commit is contained in:
Marius Stanciu
2020-12-11 17:25:01 +02:00
committed by Marius
parent 025817b62d
commit 8905234791

View File

@@ -529,7 +529,7 @@ class ToolCorners(AppTool):
filename=None,
use_thread=False)
outname = '%s_%s' % (str(self.grb_object.options['name']), 'corner_drills')
outname = '%s_%s' % (str(self.grb_object.options['name']), 'verification')
ret_val = self.app.app_obj.new_object("excellon", outname, obj_init)
self.app.call_source = "app"