Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanMPhm committed Aug 7, 2024
1 parent 3003abb commit 4dca5d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,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 @@ -219,7 +219,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 4dca5d9

Please sign in to comment.