Homec4science

WebSubmit: Cleaned exceptions re-reasing

Authored by Samuele Kaplun <samuele.kaplun@cern.ch> on Apr 8 2010, 17:53.

Description

WebSubmit: Cleaned exceptions re-reasing

  • In several lines of code the pattern:

    try: ... except Exception, e: ... raise e

    This has been cleaned to simply use raise.

Details

Event Timeline

Samuele Kaplun <samuele.kaplun@cern.ch> committed R3600:238b5e0a4f25: WebSubmit: Cleaned exceptions re-reasing (authored by Samuele Kaplun <samuele.kaplun@cern.ch>).Apr 13 2010, 13:04