Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Empty columns in Google spreadsheet cause an error #3

Closed
mhucka opened this issue Oct 4, 2019 · 1 comment
Closed

Empty columns in Google spreadsheet cause an error #3

mhucka opened this issue Oct 4, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@mhucka
Copy link
Member

mhucka commented Oct 4, 2019

If someone adds a row to the Google spreadsheet manually and doesn't fill in all the columns, Lost It can crap out because it doesn't check if it can index into all columns safely. The problem is located in Google.records(...) in google_sheet.py.

@mhucka mhucka added the bug Something isn't working label Oct 4, 2019
mhucka added a commit that referenced this issue Oct 4, 2019
Make the code a bit more robust in the face of incomplete rows in the
Google spreadsheet.
@mhucka
Copy link
Member Author

mhucka commented Oct 4, 2019

Fixed by commit 97a9d6e.

@mhucka mhucka closed this as completed Oct 4, 2019
@mhucka mhucka changed the title Empty rows in Google spreadsheet cause an error Empty columns in Google spreadsheet cause an error Oct 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant