mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Style for Bram :)
This commit is contained in:
parent
e857f4f0b2
commit
5b7536cf10
1 changed files with 2 additions and 2 deletions
|
@ -642,10 +642,10 @@ def _get_conf_hashes(service):
|
||||||
|
|
||||||
d = _get_services()
|
d = _get_services()
|
||||||
|
|
||||||
if (service not in d.keys()):
|
if service not in d.keys():
|
||||||
logger.debug("Service %s is not in services.yml yet.", service)
|
logger.debug("Service %s is not in services.yml yet.", service)
|
||||||
return {}
|
return {}
|
||||||
elif ('conffiles' not in d[service].keys()):
|
elif 'conffiles' not in d[service].keys():
|
||||||
logger.debug("No configuration files for service %s.", service)
|
logger.debug("No configuration files for service %s.", service)
|
||||||
return {}
|
return {}
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue