Skip to content

Commit

Permalink
revert accidental dedent
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSJohnson committed Apr 5, 2024
1 parent 4b574a6 commit ae98016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/pmg_qt/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,9 @@ def do_pick(self, bondFlag):
self.mode = 0
self.cmd.refresh_wizard()

self.cmd.unpick()
if not self.getRepeating():
self.actionWizardDone()
self.cmd.unpick()
if not self.getRepeating():
self.actionWizardDone()

def toggle(self, monomer):
self._monomer = monomer
Expand Down

0 comments on commit ae98016

Please sign in to comment.