Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

off by one bug #7

Open
fcollman opened this issue Feb 24, 2020 · 1 comment
Open

off by one bug #7

fcollman opened this issue Feb 24, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@fcollman
Copy link
Owner

On February 3rd, the automated running of the script appeared to have an off by one bug, where the permissions levels and emails of the user below the intended user in the spreadsheet of user information pulled from salesforce was used, rather than the correct row.

One hypothesis is that somehow the spreadsheet changed in the middle of the running of the script, and so subsequent reads with the same index gave different data. We should look back through to make sure that there is exactly one data read from the spreadsheet, so that the indices remained synced.

@fcollman fcollman added the bug Something isn't working label Feb 24, 2020
@fcollman
Copy link
Owner Author

This has only happened once and subsequent runs didn't have this problem since.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant