Changeset 1211

Show
Ignore:
Timestamp:
11/25/03 14:33:43 (20 years ago)
Author:
jalet
Message:

Puts 'root' instead of when printing from CUPS web interface (which
gives an empty username)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r1200 r1211  
    2222# 
    2323# $Log$ 
     24# Revision 1.59  2003/11/25 13:33:43  jalet 
     25# Puts 'root' instead of '' when printing from CUPS web interface (which 
     26# gives an empty username) 
     27# 
    2428# Revision 1.58  2003/11/21 14:28:45  jalet 
    2529# More complete job history. 
     
    664668                    printerhostname, \ 
    665669                    os.environ.get("PRINTER"), \ 
    666                     sys.argv[2].strip(), \ 
     670                    sys.argv[2].strip() or 'root', \ 
    667671                    sys.argv[1].strip(), \ 
    668672                    inputfile, \