Skip to content

Commit

Permalink
Update backend/census_historical_migration/sac_general_lib/audit_info…
Browse files Browse the repository at this point in the history
…rmation.py
  • Loading branch information
sambodeme authored Dec 1, 2023
1 parent cd625df commit 9ff60f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ def xform_census_keys_to_fac_options(census_keys, fac_options):


def _get_sp_framework_gaap_results(audit_header):
"""Returns the SP Framework and GAAP results for the given dbkey."""
"""Returns the SP Framework and GAAP results for a given audit header."""


sp_framework_gaap_data = string_to_string(audit_header.TYPEREPORT_FS).upper()
if not sp_framework_gaap_data:
Expand Down

0 comments on commit 9ff60f0

Please sign in to comment.