Changeset 2716

Show
Ignore:
Timestamp:
02/20/06 22:10:08 (18 years ago)
Author:
jerome
Message:

Fixed a small bug : variable used before being assigned, thanks to Paul Ortman.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkprinters

    r2686 r2716  
    214214                    maxjobsize = None 
    215215                         
    216                 if options["description"] : 
    217                     description = options["description"].strip() 
     216                description = options["description"] 
     217                if description : 
     218                    description = description.strip() 
     219                     
    218220                nopassthrough = options["nopassthrough"]     
    219221                passthrough = options["passthrough"]