Changeset 1150 in tailor


Ignore:
Timestamp:
05/28/06 09:25:26 (7 years ago)
Author:
lele@…
Hash name:
20060528072526-97f81-7566b799fc19c33c40417f8941cc50a93a6944ae
Message:

Remove final slashes from the CVS module name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository.py

    r1149 r1150  
    250250                                     "a module also") 
    251251 
     252        if self.module.endswith('/'): 
     253            self.log.debug("Removing final slash from %r in %r", 
     254                           self.module, self.name) 
     255            self.module = self.module.rstrip('/') 
     256 
    252257 
    253258class CvspsRepository(CvsRepository): 
Note: See TracChangeset for help on using the changeset viewer.