Show
Ignore:
Timestamp:
04/16/03 14:35:49 (21 years ago)
Author:
jalet
Message:

Groups quota work now !

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/warnpykota

    r900 r927  
    2323# 
    2424# $Log$ 
     25# Revision 1.16  2003/04/16 12:35:49  jalet 
     26# Groups quota work now ! 
     27# 
    2528# Revision 1.15  2003/04/10 21:47:20  jalet 
    2629# Job history added. Upgrade script neutralized for now ! 
     
    175178        elif options["users"] and options["groups"] :     
    176179            raise PyKotaToolError, _("incompatible options, see help.") 
    177         elif options["groups"] :     
    178             raise PyKotaToolError, _("option --groups is currently not implemented.") 
    179180        elif args :     
    180181            raise PyKotaToolError, _("unused arguments [%s]. Aborting.") % ", ".join(args)