Changeset 1819
- Timestamp:
- 10/13/04 18:56:45 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r1713 r1819 24 24 # 25 25 # $Log$ 26 # Revision 1.73 2004/10/13 16:56:45 jalet 27 # Added a space to the pattern to differentiate jobs which id begins with 28 # the same digits, like jobs 87 and 879 for example : if printed by same 29 # user on same printer, but from a different host this could have broken 30 # the result. (In reality this couldn't happen because 879 would be the 31 # last line to match anyway because of job ordering, but we never know 32 # if the page_log file gets corrupt somewhat) 33 # 26 34 # Revision 1.72 2004/09/13 16:02:44 jalet 27 35 # Added fix for incorrect job's size when hardware accounting fails … … 354 362 # TODO : read backward so we could take first value seen 355 363 # TODO : here we read forward so we must take the last value seen 356 prefix = ("%s %s %s " % (printername, username, jobid)).lower()364 prefix = ("%s %s %s " % (printername, username, jobid)).lower() 357 365 matchingline = None 358 366 while 1 :