mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1755 from YunoHost/ci-format-debian/11.2.9
[CI] Format code with Black
This commit is contained in:
commit
f12ed69b7b
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ YUNOHOST_PACKAGES = ["yunohost", "yunohost-admin", "moulinette", "ssowat"]
|
|||
|
||||
|
||||
def debian_version():
|
||||
return check_output('grep "^VERSION_CODENAME=" /etc/os-release 2>/dev/null | cut -d= -f2')
|
||||
return check_output(
|
||||
'grep "^VERSION_CODENAME=" /etc/os-release 2>/dev/null | cut -d= -f2'
|
||||
)
|
||||
|
||||
|
||||
def system_arch():
|
||||
|
|
Loading…
Add table
Reference in a new issue