Changeset 65ce19 in indico


Ignore:
Timestamp:
03/21/11 12:38:19 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
bad459
Parents:
da35fd
Message:

[FIX] Fixed re-raise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/rh/conferenceDisplay.py

    rda35fd r65ce19  
    710710                    if not self._reduceFontSize(): 
    711711                        raise MaKaCError("Error in PDF generation - One of the paragraphs does not fit on a page") 
    712                 except Exception, e: 
    713                     raise e 
     712                except Exception: 
     713                    raise 
    714714 
    715715    ##        tries = 5 
Note: See TracChangeset for help on using the changeset viewer.