From b736c7decc2e5881a47e8e5c60dd9da3458470cf Mon Sep 17 00:00:00 2001 From: luz paz Date: Mon, 6 Sep 2021 06:22:02 -0400 Subject: [PATCH] Path: Fix PathScripts/PathJobGui.py typo bug --- src/Mod/Path/PathScripts/PathJobGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathJobGui.py b/src/Mod/Path/PathScripts/PathJobGui.py index 209004f193..cc322b5069 100644 --- a/src/Mod/Path/PathScripts/PathJobGui.py +++ b/src/Mod/Path/PathScripts/PathJobGui.py @@ -460,7 +460,7 @@ class StockCreateBoxEdit(StockEdit): def getFields(self, obj, fields=None): if fields is None: - fields = ["length", "widht", "height"] + fields = ["length", "width", "height"] try: if self.IsStock(obj): if "length" in fields: