Changeset 1292

Show
Ignore:
Timestamp:
01/14/04 16:57:54 (20 years ago)
Author:
jalet
Message:

Missing return caused problems with LPRng

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pykota

    r1281 r1292  
    2424# 
    2525# $Log$ 
     26# Revision 1.52  2004/01/14 15:57:54  jalet 
     27# Missing return caused problems with LPRng 
     28# 
    2629# Revision 1.51  2004/01/12 18:20:45  jalet 
    2730# Denied jobs weren't added to the history anymore, this is now fixed. 
     
    302305                     
    303306        # then deal with current print job as usual             
    304         PyKotaFilterOrBackend.mainWork(self)         
     307        return PyKotaFilterOrBackend.mainWork(self)         
    305308             
    306309if __name__ == "__main__" :