CMFActivity.Activity.SQLBase: Expect group_method_id to always be a string.
group_method_id column is declared "NOT NULL", so it can only be None if getProcessableMessageList could not find any activity, in which case this code is not executed ("if message_list" is false). This simplifies two "if" statements.
Showing
Please register or sign in to comment