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'
Sentry Issue: JUSTICE-COUNTS-29