From 00466afd26f3e8b6fcf0e563920e74329a7ac89b Mon Sep 17 00:00:00 2001 From: Luke Couzens Date: Tue, 3 Dec 2024 15:55:33 +0000 Subject: [PATCH] fix comment line --- koku/masu/processor/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koku/masu/processor/orchestrator.py b/koku/masu/processor/orchestrator.py index 4f4afcd17a..a390d40785 100644 --- a/koku/masu/processor/orchestrator.py +++ b/koku/masu/processor/orchestrator.py @@ -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( log_json( tracing_id,