Changeset 2774

Show
Ignore:
Timestamp:
03/02/06 12:47:24 (18 years ago)
Author:
jerome
Message:

Missing assignment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkusers

    r2773 r2774  
    263263                except ValueError :     
    264264                    raise PyKotaCommandLineError, _("Invalid balance value %s") % options["balance"] 
     265            else :     
     266                balancevalue = None 
    265267                 
    266268            if options["ingroups"] :