mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
remove double quote around a variable
This commit is contained in:
parent
b35f27d580
commit
a615528c7f
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class DNSRecordsDiagnoser(Diagnoser):
|
||||||
# If status is okay and there's actually no expected records
|
# If status is okay and there's actually no expected records
|
||||||
# (e.g. XMPP disabled)
|
# (e.g. XMPP disabled)
|
||||||
# then let's not yield any diagnosis line
|
# then let's not yield any diagnosis line
|
||||||
if not records and "status" == "SUCCESS":
|
if not records and status == "SUCCESS":
|
||||||
continue
|
continue
|
||||||
|
|
||||||
output = dict(
|
output = dict(
|
||||||
|
|
Loading…
Add table
Reference in a new issue