• Vincent Pelletier's avatar
    Products.CMFActivity: Inverse dequeueMessage return value · 02791ba1
    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.
    02791ba1
ActivityTool.py 71.9 KB