Comment 2 for bug 1616696

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

Reviewed: https://review.openstack.org/360190
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=f11147078c0e4cb506ff0949395c953614d1374d
Submitter: Jenkins
Branch: master

commit f11147078c0e4cb506ff0949395c953614d1374d
Author: gecong1973 <email address hidden>
Date: Thu Aug 25 11:08:45 2016 +0800

    Correct reraising of exception

    When an exception is caught and rethrown,
    it should call 'raise' without any arguments
    because it shows the place where an exception
    occured initially instead of place where
    the exception re-raised

    Change-Id: I7e11d11ee07fcc6e149d1349e4aba9f86b890c49
    Closes-Bug: #1616696