Minor change. Error tag updated

This commit is contained in:
Ali Khalil
2022-04-03 07:12:55 +03:00
parent 86cba9b4a1
commit 4bbe3b4c49

View File

@@ -130,7 +130,7 @@ class TclCommandCutout(TclCommand):
if not solid_geo:
self.app.log.debug("TclCommandCutout.geo_init_me() -> Empty solid geometry.")
app_obj.inform.emit('[ERROR_NOTCL] %s' % _("Failed."))
app_obj.inform.emit('[ERROR] %s' % _("Failed."))
return "fail"
try: