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,