1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00

Merge pull request from YunoHost/ci-format-dev

[CI] Format code
This commit is contained in:
Alexandre Aubin 2021-05-24 16:57:03 +02:00 committed by GitHub
commit 7cceec56d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
src/yunohost

View file

@ -950,4 +950,5 @@ def _name_self_CA():
def _tail(n, file_path): def _tail(n, file_path):
from moulinette.utils.process import check_output from moulinette.utils.process import check_output
return check_output(f"tail -n {n} '{file_path}'") return check_output(f"tail -n {n} '{file_path}'")