diff sat/memory/params.py @ 3126:2b0f739f8a46

plugin manhole: added "C" to namespace
author Goffi <goffi@goffi.org>
date Sun, 26 Jan 2020 18:08:10 +0100
parents 130f9cb6e0ab
children 9d0df638c8b4
line wrap: on
line diff
--- a/sat/memory/params.py	Sun Jan 26 18:08:09 2020 +0100
+++ b/sat/memory/params.py	Sun Jan 26 18:08:10 2020 +0100
@@ -218,7 +218,8 @@
         @param profile_key: profile name or key which can be
                             C.PROF_KEY_ALL for all profiles
                             C.PROF_KEY_DEFAULT for default profile
-        @param return_profile_keys: if True, return unmanaged profile keys (like C.PROF_KEY_ALL). This keys must be managed by the caller
+        @param return_profile_keys: if True, return unmanaged profile keys (like
+            C.PROF_KEY_ALL). This keys must be managed by the caller
         @return: requested profile name
         @raise exceptions.ProfileUnknownError: profile doesn't exists
         @raise exceptions.ProfileNotSetError: if C.PROF_KEY_NONE is used