From c4dc8b4ceab63dbcddfea12fb1b892df0e50bea7 Mon Sep 17 00:00:00 2001 From: Josue-T Date: Wed, 16 Sep 2020 23:22:22 +0200 Subject: [PATCH] Fix typo Co-authored-by: Alexandre Aubin --- src/yunohost/permission.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/permission.py b/src/yunohost/permission.py index a94897860..a5e3a0edb 100644 --- a/src/yunohost/permission.py +++ b/src/yunohost/permission.py @@ -174,7 +174,7 @@ def user_permission_update(operation_logger, permission, add=None, remove=None, if "visitors" not in new_allowed_groups or len(new_allowed_groups) >= 3: logger.warning(m18n.n("permission_currently_allowed_for_all_users")) - # Note that we can get is argument as string we it come from the CLI + # Note that we can get this argument as string if we it come from the CLI if isinstance(show_tile, str): if show_tile.lower() == "true": show_tile = True