Fixed refactoring issue.

This commit is contained in:
Markus Lampert
2017-09-26 20:38:42 -07:00
parent 96281ecaf4
commit da61e31a8d

View File

@@ -184,7 +184,7 @@ def isDrillable(obj, candidate, tooldiameter=None, includePartials=False):
drillable = True
PathLog.debug("candidate is drillable: {}".format(drillable))
except Exception as ex:
PathLog.warning("PathUtils", "Issue determine drillability: {}".format(ex))
PathLog.warning(translate("PathUtils", "Issue determine drillability: {}").format(ex))
return drillable