- fixed errors on project load, in ParseGerber and Extract and Punch Gerber Plugins due of refactoring the 'apertures' attribute to 'tools'

This commit is contained in:
Marius Stanciu
2021-03-03 23:21:10 +02:00
committed by Marius
parent f317061792
commit cda5f830be
5 changed files with 6 additions and 8 deletions

View File

@@ -963,7 +963,7 @@ class FlatCAMObj(QtCore.QObject):
# Not all object types has annotations
try:
self.annotation.clear(update)
except AttributeError:
except Exception:
pass
def delete(self):