Show
Ignore:
Timestamp:
07/07/03 13:49:24 (21 years ago)
Author:
jalet
Message:

Lots of small fixes with the help of PyChecker?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r1067 r1068  
    2121# 
    2222# $Log$ 
     23# Revision 1.15  2003/07/07 11:49:24  jalet 
     24# Lots of small fixes with the help of PyChecker 
     25# 
    2326# Revision 1.14  2003/07/07 08:33:18  jalet 
    2427# Bug fix due to a typo in LDAP code 
     
    425428            for (groupquotaid, fields) in result : 
    426429                group = self.getGroup(fields.get("pykotaGroupName")[0]) 
    427                 if (names is None) or self.tool.matchString(user.Name, names) : 
     430                if (names is None) or self.tool.matchString(group.Name, names) : 
    428431                    grouppquota = self.getGroupPQuota(group, printer) 
    429432                    groupsandquotas.append((group, grouppquota))