Skip to content

Commit

Permalink
Merge branch '74-remove-error-msg-when-a-client-read-the-acc_saturate…
Browse files Browse the repository at this point in the history
…d_cbleve-attribute' into 'master'

Resolve "remove error msg when a client read the acc_saturated_cbleve attribute"

Closes #74

See merge request limagroup/Lima-tango-python!119
  • Loading branch information
alejandrohomsp committed Nov 18, 2024
2 parents 12abcfa + 3029712 commit 9e24f55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Lima/Server/LimaCCDs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1153,8 +1153,6 @@ def read_acc_saturated_cblevel(self, attr):
if self.__accThresholdCallback is not None:
attr.set_value(self.__accThresholdCallback.m_max)
else:
msg = "Accumulation threshold plugins not loaded"
deb.Error(msg)
attr.set_value(-1)

## @brief active/unactive calculation of saturated images and counters
Expand Down

0 comments on commit 9e24f55

Please sign in to comment.