Code review comment for lp:~therp-nl/banking-addons/7.0-abnamro-sepa_type_case

Revision history for this message
Stéphane Bidoul (Acsone) (sbi) wrote :

LGTM.

BTW, which one is better?

sepa_type = sepa_dict.get('TRTP') or ''
sepa_type = sepa_dict.get('TRTP', '')

-sbi

review: Approve (code review, no test)

« Back to merge proposal