From e6cbf6f800b05d18bf8157164c56cf1c83216c99 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:43:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/Mod/CAM/Path/Op/Vcarve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/CAM/Path/Op/Vcarve.py b/src/Mod/CAM/Path/Op/Vcarve.py index 6d92417ca4..0454cb00ea 100644 --- a/src/Mod/CAM/Path/Op/Vcarve.py +++ b/src/Mod/CAM/Path/Op/Vcarve.py @@ -457,7 +457,7 @@ class ObjectVcarve(PathEngraveBase.ObjectOp): obj.Discretize = 0.25 obj.Tolerance = Path.Preferences.defaultGeometryTolerance() # keep copy in local object to use in methods which do not operate directly on obj - # we use getattr because OpsDefaultEditor may trigger this method to gather list of + # we use getattr because OpsDefaultEditor may trigger this method to gather list of # default operation settings but reading from OpPrototype object fails self.Tolerance = getattr(obj, "Tolerance", Path.Preferences.defaultGeometryTolerance()) self.setupAdditionalProperties(obj)