Skip to content

Commit

Permalink
Update 'Reimbursement' to 'Reimbursements' on the log message
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfzs committed Jan 1, 2020
1 parent 58c442c commit 6cd58b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosie/rosie/chamber_of_deputies/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def update_reimbursements(self, years=None):
try:
Reimbursements(year, self.path)()
except HTTPError as e:
self.log.error(f'Could not update Reimbursement from year {year}: {e} - {e.filename}')
self.log.error(f'Could not update Reimbursements from year {year}: {e} - {e.filename}')

def prepare_dataset(self, df):
self.rename_categories(df)
Expand Down

0 comments on commit 6cd58b3

Please sign in to comment.