Commit 59296529 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed a typo-bug

parent 224b31c6
......@@ -75,7 +75,7 @@ def connection_errors():
first_line = False
if fld_value or not skip0:
# the device is there but fails to establish a correct link
if fld['name']=="DIAG.B" or fld['name']!="DIAG.S":
if fld['name']=="DIAG.B" or fld['name']=="DIAG.S":
result = False
return result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment