Recidiviz / public-dashboard

A public-facing dashboard to help educate citizens and build accountability
GNU General Public License v3.0
5 stars 3 forks source link

AttributeError: 'tuple' object has no attribute 'sheet_names' #622

Closed sentry-io[bot] closed 1 year ago

sentry-io[bot] commented 1 year ago

Sentry Issue: JUSTICE-COUNTS-29

AttributeError: 'tuple' object has no attribute 'sheet_names'
  File "recidiviz/justice_counts/control_panel/routes/api.py", line 1124, in ingest_workbook_from_gcs
    ) = SpreadsheetInterface.ingest_workbook_from_gcs(
  File "recidiviz/justice_counts/spreadsheet.py", line 487, in ingest_workbook_from_gcs
    return SpreadsheetInterface.ingest_spreadsheet(
  File "recidiviz/justice_counts/spreadsheet.py", line 276, in ingest_spreadsheet
    ) = uploader.upload_workbook(
  File "recidiviz/justice_counts/bulk_upload/workbook_uploader.py", line 172, in upload_workbook
    if len(xls.sheet_names) == 1:

'tuple' object has no attribute 'sheet_names'