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.
1 parent 7acbad3 commit 3a39375Copy full SHA for 3a39375
PyFlow/App.py
@@ -657,6 +657,7 @@ def instance(parent=None, software=""):
657
# This dock tool data been saved on last shutdown
658
settings.beginGroup(dockToolGroupName)
659
if dockToolGroupName in [t.uniqueName() for t in instance._tools]:
660
+ settings.endGroup()
661
continue
662
toolName = dockToolGroupName.split("::")[0]
663
instance.invokeDockToolByName(packageName, toolName, settings)
0 commit comments