- minor changes to increase compatibility with Python 3.8
This commit is contained in:
@@ -349,7 +349,7 @@ class Properties(FlatCAMTool):
|
||||
|
||||
# Options items
|
||||
for option in obj.options:
|
||||
if option is 'name':
|
||||
if option == 'name':
|
||||
continue
|
||||
self.treeWidget.addChild(options, [str(option), str(obj.options[option])], True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user