Minor change. Error tag updated
This commit is contained in:
@@ -130,7 +130,7 @@ class TclCommandCutout(TclCommand):
|
|||||||
|
|
||||||
if not solid_geo:
|
if not solid_geo:
|
||||||
self.app.log.debug("TclCommandCutout.geo_init_me() -> Empty solid geometry.")
|
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"
|
return "fail"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user