Show
Ignore:
Timestamp:
09/01/06 14:29:43 (6 years ago)
Author:
mj
Message:

Just use a DebugServerStartError? instead of a runtime error

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • z3wingdbg/trunk/wingdebugservice.py

    r337 r344  
    5656        try: 
    5757            self.debugger = debuggerFactory(config) 
    58         except RuntimeError, exception: 
    59             raise DebugServerStartError(_(u'wingdebug-already-running', 
    60                                           unicode(exception))) 
    6158        except ValueError: 
    6259            raise DebugServerStartError(_(