Skip to content

Commit

Permalink
fix bug in Path module: str has no attribute UserString
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Sep 1, 2019
1 parent 679f7e9 commit 00c016a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathSetupSheet.py
Expand Up @@ -189,7 +189,7 @@ def templateAttributes(self, includeRapids=True, includeCoolantMode=True, includ
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
Expand Down

0 comments on commit 00c016a

Please sign in to comment.