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

DQMStore::removeElement: do not remove non-existing MEs #11050

Commits on Aug 31, 2015

  1. DQMStore::removeElement: do not remove non-existing MEs

    The previous logic would not prevent calling
    
      data_.erase(data_.end())
    
    when the requested MonitorElement does not exist, and warning is false.
    fwyzard committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    c85b9c9 View commit details
    Browse the repository at this point in the history