We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4654a9f + 43e3dcb commit 9413188Copy full SHA for 9413188
examples/user_interfaces/toolmanager.py
@@ -41,7 +41,7 @@ def trigger(self, *args, **kwargs):
41
print("{0:12} {1:45}".format("Group", "Active"))
42
print('-' * 80)
43
for group, active in self.toolmanager.active_toggle.items():
44
- print("{0:12} {1:45}".format(group, active))
+ print("{0:12} {1:45}".format(str(group), str(active)))
45
46
47
class GroupHideTool(ToolToggleBase):
0 commit comments