Mercurial > libervia-desktop-kivy
diff cagou/core/profile_manager.py @ 284:ca4daced4638
misc: replaced "dummy" by "__"
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 25 Mar 2019 07:11:09 +0100 |
parents | 1b835bcfa663 |
children | b2727877bad4 |
line wrap: on
line diff
--- a/cagou/core/profile_manager.py Mon Mar 25 07:11:09 2019 +0100 +++ b/cagou/core/profile_manager.py Mon Mar 25 07:11:09 2019 +0100 @@ -53,7 +53,7 @@ self.pm.profiles_screen.reload() G.host.bridge.profileStartSession( self.password.text, profile, - callback=lambda dummy: self._sessionStarted(profile), + callback=lambda __: self._sessionStarted(profile), errback=self.onCreationFailure) def _sessionStarted(self, profile):