check_status_list
This commit is contained in:
2
base.py
2
base.py
@@ -2151,7 +2151,7 @@ class BaseWindow(QMainWindow):
|
||||
options = {}
|
||||
|
||||
for i, (pv, stat) in enumerate(zip(pv_list, status_list)):
|
||||
if stat == self.cyca.ICAFE_NORMAL:
|
||||
if stat != self.cyca.ICAFE_NORMAL:
|
||||
mess = "Error in '{0}' for element [{1}], {2}.".format(
|
||||
operation, i, pv)
|
||||
options['statusCode'] = (
|
||||
|
||||
Reference in New Issue
Block a user