Show
Ignore:
Timestamp:
11/13/03 00:29:24 (20 years ago)
Author:
jalet
Message:

More work on new backend. This commit may be unstable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r1179 r1180  
    2424# 
    2525# $Log$ 
     26# Revision 1.62  2003/11/12 23:28:38  jalet 
     27# More work on new backend. This commit may be unstable. 
     28# 
    2629# Revision 1.61  2003/11/12 13:06:35  jalet 
    2730# Bug fix wrt no user/group name command line argument to edpykota 
     
    516519                                self.logger.log_message(_("Invalid user name %s") % entry.Name) 
    517520                                 
    518                 if not entrypquota.Exists : 
     521                if entry.Exists and (not entrypquota.Exists) : 
    519522                    # not found 
    520523                    if options["add"] :