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/snmp.py

    r2506 r2584  
    175175            try : 
    176176                if (os.environ.get("PYKOTASTATUS") != "CANCELLED") and \ 
    177                    (os.environ.get("PYKOTAACTION") != "DENY") and \ 
     177                   (os.environ.get("PYKOTAACTION") == "ALLOW") and \ 
    178178                   (os.environ.get("PYKOTAPHASE") == "AFTER") and \ 
    179179                   self.parent.filter.JobSizeBytes :