mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Fix flake8 on CA_BoC service.
This commit is contained in:
@@ -71,8 +71,8 @@ class CA_BOC_getter(Currency_getter_interface):
|
||||
_logger.error("Exchange data for %s is not reported by Bank\
|
||||
of Canada." % curr)
|
||||
raise except_orm(_('Error !'), _('Exchange data for %s is not '
|
||||
'reported by Bank of Canada.' %
|
||||
str(curr)))
|
||||
'reported by Bank of Canada.'
|
||||
% str(curr)))
|
||||
|
||||
_logger.debug("BOC sent a valid RSS file for: " + curr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user