Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanMPhm committed Aug 5, 2024
1 parent 7ca4f76 commit 918658a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def process_invoice_row(allocation, attrs, su_name, rate):

for allocation in openstack_allocations:
allocation_str = f'{allocation.pk} of project "{allocation.project.title}"'
msg = f'Starting billing for for allocation {allocation_str}.'
msg = f'Starting billing for allocation {allocation_str}.'
logger.debug(msg)

process_invoice_row(
Expand All @@ -218,7 +218,7 @@ def process_invoice_row(allocation, attrs, su_name, rate):

for allocation in openshift_allocations:
allocation_str = f'{allocation.pk} of project "{allocation.project.title}"'
msg = f'Starting billing for for allocation {allocation_str}.'
msg = f'Starting billing for allocation {allocation_str}.'
logger.debug(msg)

process_invoice_row(
Expand Down

0 comments on commit 918658a

Please sign in to comment.