Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarified source of an error message #1086

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 3, 2023

  1. clarified source of an error message

    in the put method to the EpicsSignal class, there is a check
    to be sure that the signal can be written to, i.e. that
    self.write_access is true.  that error message results in an unhelpful
    traceback in that it provides no information identifying the PV
    triggering the message.  in the case of a deeply nested signal, this
    error message is unilluminating.  this commit adds self.name to the
    error message.
    bruceravel committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b56d5b7 View commit details
    Browse the repository at this point in the history