Skip to content

Commit 3a39375

Browse files
committed
1 parent 7acbad3 commit 3a39375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PyFlow/App.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ def instance(parent=None, software=""):
657657
# This dock tool data been saved on last shutdown
658658
settings.beginGroup(dockToolGroupName)
659659
if dockToolGroupName in [t.uniqueName() for t in instance._tools]:
660+
settings.endGroup()
660661
continue
661662
toolName = dockToolGroupName.split("::")[0]
662663
instance.invokeDockToolByName(packageName, toolName, settings)

0 commit comments

Comments
 (0)