• Vincent Pelletier's avatar
    Products.CMFActivity: Inverse dequeueMessage return value · a1aee309
    Vincent Pelletier authored
    dequeueMessage used to return False when something was done, and True
    otherwise. The only caller which uses that value then reverses it, causing
    a double-negative which makes the code confusing to read.
    Inverse the meaning of the return value, getting rid of this double-
    negation.
    a1aee309
SQLBase.py 48.1 KB