diff sat/core/sat_main.py @ 2879:5ba98fd6c9a4

core: minor style improvments
author Goffi <goffi@goffi.org>
date Wed, 27 Mar 2019 21:15:25 +0100
parents c161a294fffd
children b06cb71079fa
line wrap: on
line diff
--- a/sat/core/sat_main.py	Mon Mar 25 18:40:12 2019 +0100
+++ b/sat/core/sat_main.py	Wed Mar 27 21:15:25 2019 +0100
@@ -1302,20 +1302,13 @@
 
         return ret
 
-    def _launchMenu(
-        self,
-        menu_type,
-        path,
-        data=None,
-        security_limit=C.NO_SECURITY_LIMIT,
-        profile_key=C.PROF_KEY_NONE,
-    ):
+    def _launchMenu(self, menu_type, path, data=None, security_limit=C.NO_SECURITY_LIMIT,
+                    profile_key=C.PROF_KEY_NONE):
         client = self.getClient(profile_key)
         return self.launchMenu(client, menu_type, path, data, security_limit)
 
-    def launchMenu(
-        self, client, menu_type, path, data=None, security_limit=C.NO_SECURITY_LIMIT
-    ):
+    def launchMenu(self, client, menu_type, path, data=None,
+        security_limit=C.NO_SECURITY_LIMIT):
         """launch action a menu action
 
         @param menu_type(unicode): type of menu to launch