Changeset 3127 for pykota/trunk/bin/cupspykota
- Timestamp:
- 12/13/06 21:09:50 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r3124 r3127 827 827 self.UserPQuota.incDenyBannerCounter() # increments the warning counter 828 828 self.exportUserInfo() 829 if ( self.Action == 'CANCEL'and not self.config.getPrintCancelledBanners()) :829 if ((self.Action == 'CANCEL') and not self.config.getPrintCancelledBanners()) : 830 830 self.logdebug("Print job cancelled, not printing a banner.", "warn") 831 831 else :