Code review comment for lp://staging/~savoirfairelinux-openerp/openerp-hr/department_sequence_concatination_NoneType

Revision history for this message
Sandy Carter (http://www.savoirfairelinux.com) (sandy-carter) wrote :

Just trying to have constant style with

if context is None:
    context = context

Could also use args = args or list(), args = [] in the signature.

« Back to merge proposal