Show
Ignore:
Timestamp:
06/21/07 08:51:50 (17 months ago)
Author:
Tarek Ziad?? <tarek@…>
Message:

added db level

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • neighbors/neartag.py

    r126 r128  
    11import nearest 
    2  
    32 
    43class NearestByTag(object): 
     
    2322 
    2423        if current is None: 
    25             raise Exception('user not found') 
     24            raise Exception('user %s not found' % name) 
    2625 
    2726        for user in self.db.examples: