- small string change

This commit is contained in:
Marius Stanciu
2021-04-12 15:07:57 +03:00
committed by Marius
parent 4acdd51d1f
commit 27c927c100
2 changed files with 6 additions and 1 deletions

View File

@@ -4941,7 +4941,8 @@ class App(QtCore.QObject):
obj_active.probing_shapes.clear(update=True)
except AttributeError as e:
self.log.debug(
"App.on_delete() --> delete annotations on a FlatCAMCNCJob object. %s" % str(e)
"App.on_delete() --> CNCJob object: %s. %s" % (str(obj_active.options['name']),
str(e))
)
for ob in self.collection.get_selected():