Fix flake8 on CA_BoC service.

This commit is contained in:
Fekete Mihai
2014-11-18 15:33:56 +02:00
parent 32dab9a350
commit 68ef96193f

View File

@@ -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)