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

Fix task states #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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