Comment 2 for bug 1690117

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to synergy-service (master)

Reviewed: https://review.openstack.org/463962
Committed: https://git.openstack.org/cgit/openstack/synergy-service/commit/?id=a2ba511da391b87512f1d177304c445fccf8b5a0
Submitter: Jenkins
Branch: master

commit a2ba511da391b87512f1d177304c445fccf8b5a0
Author: Lisa Zangrando <email address hidden>
Date: Thu May 11 12:22:53 2017 +0200

    manager.notify() doesn't handle the NotImplementedError exceptions

    In case a manager doesn't implement the method doOnEvent() the
    NotImplementedError exception is raised. The manager.notify()
    doesn't handle such exceptions and fails. This fix solves the problem.

    Bug: #1690117
    Change-Id: I005658c4341106b54f6757ee4dfcca08a2405605
    Sem-Ver: bugfix