From 8db063b59b17d67b52a05396c451bcea20590d49 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 15 Sep 2022 15:43:37 -0700 Subject: [PATCH] roundcube: Minor update to comment in privileged actions Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/roundcube/privileged.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/roundcube/privileged.py b/plinth/modules/roundcube/privileged.py index bfcc99fe5..1fd6591ba 100644 --- a/plinth/modules/roundcube/privileged.py +++ b/plinth/modules/roundcube/privileged.py @@ -35,7 +35,7 @@ def setup(): @privileged def get_config() -> dict[str, bool]: - """Print the current configuration as JSON.""" + """Return the current configuration as a dictionary.""" pattern = r'\s*\$config\[\s*\'([^\']*)\'\s*\]\s*=\s*\'([^\']*)\'\s*;' _config = {} try: