Skip to content

Commit

Permalink
fix comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens committed Dec 3, 2024
1 parent 678f71f commit 00466af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koku/masu/processor/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def start_manifest_processing( # noqa: C901
last_report_index = len(report_files) - 1
# Override the queue if we determine a provider is large based on report count
report_context = manifest.copy()
if len(report_files) > 0: # settings.XL_REPORT_COUNT:
if len(report_files) > settings.XL_REPORT_COUNT:
LOG.info(

Check warning on line 278 in koku/masu/processor/orchestrator.py

View check run for this annotation

Codecov / codecov/patch

koku/masu/processor/orchestrator.py#L278

Added line #L278 was not covered by tests
log_json(
tracing_id,
Expand Down

0 comments on commit 00466af

Please sign in to comment.