mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix typo
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
8c92f011d5
commit
c4dc8b4cea
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
if "visitors" not in new_allowed_groups or len(new_allowed_groups) >= 3:
|
||||||
logger.warning(m18n.n("permission_currently_allowed_for_all_users"))
|
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 isinstance(show_tile, str):
|
||||||
if show_tile.lower() == "true":
|
if show_tile.lower() == "true":
|
||||||
show_tile = True
|
show_tile = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue