[TransWarp] bugfix for the latest checkins
    Phillip J. Eby 
    pje at telecommunity.com
       
    Fri May  9 19:21:17 EDT 2003
    
    
  
At 12:58 AM 5/10/03 +0200, Ulrich Eck wrote:
>Hi Phillip,
>
>while using the latest and greates peak i probably found a bug:
>
>in file config/config_components.py (406):
>def nameNotFound(self,root,name,forObj,bindName):
>     return naming.lookup(component, name,
>          creationParent=forObj, creationName=bindName
>     )
>
>component should probably be root
Actually, it should be 'forObj', but you're right that it's wrong.  :)
    
    
More information about the PEAK
mailing list