mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[CI] Format code
This commit is contained in:
parent
55a3313bb9
commit
fbdbd9e039
2 changed files with 2 additions and 1 deletions
|
@ -1307,7 +1307,7 @@ def app_clearaccess(apps):
|
|||
|
||||
"""
|
||||
from yunohost.permission import user_permission_reset
|
||||
|
||||
|
||||
output = {}
|
||||
for app in apps:
|
||||
permission = user_permission_reset(app + ".main")
|
||||
|
|
|
@ -950,4 +950,5 @@ def _name_self_CA():
|
|||
|
||||
def _tail(n, file_path):
|
||||
from moulinette.utils.process import check_output
|
||||
|
||||
return check_output(f"tail -n {n} '{file_path}'")
|
||||
|
|
Loading…
Add table
Reference in a new issue