Show
Ignore:
Timestamp:
11/15/05 22:47:29 (18 years ago)
Author:
jerome
Message:

Introduce the onbackenderror directive.
Make problems caused by real backend failures appear
as such in the printing history.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/pjl.py

    r2523 r2584  
    173173        try : 
    174174            if (os.environ.get("PYKOTASTATUS") != "CANCELLED") and \ 
    175                (os.environ.get("PYKOTAACTION") != "DENY") and \ 
     175               (os.environ.get("PYKOTAACTION") == "ALLOW") and \ 
    176176               (os.environ.get("PYKOTAPHASE") == "AFTER") and \ 
    177177               self.parent.filter.JobSizeBytes :