Changeset 3127

Show
Ignore:
Timestamp:
12/13/06 21:09:50 (17 years ago)
Author:
jerome
Message:

added parenthesis (I like them, I come from the C world. I'd like them even more
if I came from the Lisp world, which, hopefully, is not the case).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r3124 r3127  
    827827                self.UserPQuota.incDenyBannerCounter() # increments the warning counter 
    828828                self.exportUserInfo() 
    829             if (self.Action == 'CANCEL' and not self.config.getPrintCancelledBanners()) : 
     829            if ((self.Action == 'CANCEL') and not self.config.getPrintCancelledBanners()) : 
    830830                self.logdebug("Print job cancelled, not printing a banner.", "warn") 
    831831            else :