Skip to content

Commit

Permalink
Replaced not_implemented with pass in set_on_exit in cocoa and gtk
Browse files Browse the repository at this point in the history
Signed-off-by: obulat <[email protected]>
  • Loading branch information
obulat committed May 26, 2018
1 parent fae784d commit d7003e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cocoa/toga_cocoa/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ def exit(self):
self.native.terminate(None)

def set_on_exit(self, value):
self.interface.factory.not_implemented('App.set_on_exit()')
pass
2 changes: 1 addition & 1 deletion src/gtk/toga_gtk/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ def exit(self):
self.native.quit()

def set_on_exit(self, value):
self.interface.factory.not_implemented('App.set_on_exit()')
pass

0 comments on commit d7003e2

Please sign in to comment.