mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1417 from YunoHost/ci-format-dev
[CI] Format code with Black
This commit is contained in:
commit
cc65217f58
1 changed files with 3 additions and 1 deletions
|
@ -751,7 +751,9 @@ def _save_services(services):
|
|||
if service_conf_base.get(key) != value:
|
||||
diff[service_name][key] = value
|
||||
|
||||
diff = {name: infos for name, infos in diff.items() if infos or name not in conf_base}
|
||||
diff = {
|
||||
name: infos for name, infos in diff.items() if infos or name not in conf_base
|
||||
}
|
||||
|
||||
write_to_yaml(SERVICES_CONF, diff)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue