Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

Fix task states#17

Open
ragingpastry wants to merge 1 commit intodreamteamrepos:masterfrom
ragingpastry:fix-task-states
Open

Fix task states#17
ragingpastry wants to merge 1 commit intodreamteamrepos:masterfrom
ragingpastry:fix-task-states

Conversation

@ragingpastry
Copy link
Contributor

No description provided.

When a task event with status "received" hits gman
it will enter the for loop which assigns a loop variable of "pending"
which will override the pending task state list that is being checked
later on in the function.

Changing the loop variable "pending" to "pending_task" resolves
the issue.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments