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

[mod] remove useless ()

This commit is contained in:
Laurent Peuch 2016-10-30 05:08:44 +01:00
parent 29f5f2d753
commit 39aaa17639

View file

@ -86,7 +86,7 @@ def certificate_status(auth, domainList, full=False):
"""
# If no domains given, consider all yunohost domains
if (domainList == []):
if domainList == []:
domainList = yunohost.domain.domain_list(auth)['domains']
# Else, validate that yunohost knows the domains given
else: