From 4bbe3b4c493a7e421defb2c0cda5f1e0caa3f8c9 Mon Sep 17 00:00:00 2001 From: Ali Khalil Date: Sun, 3 Apr 2022 07:12:55 +0300 Subject: [PATCH] Minor change. Error tag updated --- tclCommands/TclCommandCutout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclCommands/TclCommandCutout.py b/tclCommands/TclCommandCutout.py index e2e84ce4..1af91f46 100644 --- a/tclCommands/TclCommandCutout.py +++ b/tclCommands/TclCommandCutout.py @@ -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: