Changeset 5510

Show
Ignore:
Timestamp:
02/08/10 14:56:43 (6 months ago)
Author:
nopper
Message:

Fixing a bug in bus that lead nose-test to fail

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pm/trunk/umit/pm/core/bus.py

    r5486 r5510  
    166166        svc_inst = ServiceBus().get_service(svcid) 
    167167 
     168    if not svc_inst: 
     169        return 
     170 
    168171    for _, meth in inspect.getmembers(self, inspect.ismethod): 
    169172        meth_name = meth.__name__