Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1827

Show
Ignore:
Timestamp:
11/12/07 15:40:08
Author:
fumanchu
Message:

Removed a bare except that was hiding errors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/test_states_demo.py

    r1824 r1827  
    7474    # it allows test_states to wait_for_occupied_port 
    7575    # and then immediately call getPage without getting 503. 
    76     try: 
    77         cherrypy.config.update(conf) 
    78         cherrypy.tree.mount(Root(), config={'global': conf}) 
    79         cherrypy.engine.start() 
    80         cherrypy.engine.block() 
    81         sys.exit(0) 
    82     except Exception: 
    83         sys.exit(1) 
     76    cherrypy.config.update(conf) 
     77    cherrypy.tree.mount(Root(), config={'global': conf}) 
     78    cherrypy.engine.start() 
     79    cherrypy.engine.block() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets