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

Typo in error.context in ForPairs: inputValue used twice instead of inputKey and inputValue #396

Open
pruizfer opened this issue Nov 16, 2024 · 0 comments
Labels
broken Something isn't right ready to work on Enhancements/changes ready to be made

Comments

@pruizfer
Copy link

In ForPairs, within the self._outputPairState function, the error.context uses inputValue twice, rather than inputKey and inputValue.

error.context = `while processing key {tostring(inputValue)} and value {tostring(inputValue)}`

The line should likely be:

error.context = `while processing key {tostring(inputKey)} and value {tostring(inputValue)}`
@pruizfer pruizfer added broken Something isn't right not ready - evaluating Currently gauging feedback labels Nov 16, 2024
@dphfox dphfox added ready to work on Enhancements/changes ready to be made and removed not ready - evaluating Currently gauging feedback labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken Something isn't right ready to work on Enhancements/changes ready to be made
Projects
None yet
Development

No branches or pull requests

2 participants