Changeset 1943

Show
Ignore:
Timestamp:
11/18/04 06:54:15 (19 years ago)
Author:
jalet
Message:

Fix problem with spaces at the end of filenames in LPRng

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/NEWS

    r1941 r1943  
    2424    - 1.21alpha6 : 
    2525     
     26        - Fix for LPRng filenames. 
     27         
    2628        - Added Turkish translation thanks to Baris Cicek. 
    2729         
  • pykota/trunk/pykota/tool.py

    r1932 r1943  
    2222# 
    2323# $Log$ 
     24# Revision 1.143  2004/11/18 05:54:15  jalet 
     25# Fix problem with spaces at the end of filenames in LPRng 
     26# 
    2427# Revision 1.142  2004/11/16 23:15:05  jalet 
    2528# Fix for LPRng job's file detection code 
     
    13781381            else :     
    13791382                inputfile = os.path.join(spooldir, df_name) 
     1383            inputfile = inputfile.strip()     
    13801384                 
    13811385            if jseen and Pseen and nseen and rseen :