Skip to content

Commit

Permalink
remove #s
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmyers13 committed Jul 29, 2024
1 parent 575979f commit 277cadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/diffpy/pdfgui/gui/sgconstraindialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def updateWidgets(self):
raise ControlValueError(error)
return

### Events
# Events

def onKillFocus(self, event):
"""Check value of widgets and update the dialog message."""
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/pdfgui/gui/sgstructuredialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def updateWidgets(self):
raise ControlValueError(error)
return

### Events
# Events
def onKillFocus(self, event):
"""Check value of widgets and update the dialog message."""
self.updateWidgets()
Expand Down

0 comments on commit 277cadb

Please sign in to comment.