fedspendingtransparency/usaspending-api

View on GitHub
usaspending_api/database_scripts/job_archive/backfill_primary_place_of_performance_scope.py

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Avoid deeply nested control flow statements.
Wontfix

                    if broker_fabs_data:
                        updated_row_count = run_spending_update_query(
                            SPENDING_FABS_UPDATE_SQL, "FABS", broker_fabs_data
                        )
                        fabs_row_count += updated_row_count

    There are no issues that match your filters.

    Category
    Status