fix bug in Path module: str has no attribute UserString
This commit is contained in:
@@ -189,7 +189,7 @@ class SetupSheet:
|
||||
attrs[Template.HorizRapid] = self.obj.HorizRapid.UserString
|
||||
|
||||
if includeCoolantMode:
|
||||
attrs[Template.CoolantMode] = self.obj.CoolantMode.UserString
|
||||
attrs[Template.CoolantMode] = self.obj.CoolantMode
|
||||
|
||||
if includeHeights:
|
||||
attrs[Template.SafeHeightOffset] = self.obj.SafeHeightOffset.UserString
|
||||
|
||||
Reference in New Issue
Block a user