From 39aaa1763984c0ee48eef15c4fc6b2a2fb1028db Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 30 Oct 2016 05:08:44 +0100 Subject: [PATCH] [mod] remove useless () --- src/yunohost/certificate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/certificate.py b/src/yunohost/certificate.py index c318b63c2..f94a2d4e6 100644 --- a/src/yunohost/certificate.py +++ b/src/yunohost/certificate.py @@ -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: