Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Add operator __lt__ to AsyncUpdateTaskAction class #154

Closed
wants to merge 1 commit into from
Closed

Add operator __lt__ to AsyncUpdateTaskAction class #154

wants to merge 1 commit into from

Conversation

punkymaniac
Copy link
Contributor

The AsyncManager class queue contain tuples with AsyncUpdateTaskAction
in it.
When a task is add in this queue, a comparison is made by a subfunction
of the queue management.
So the tuple comparison will fail with a TypeError Exception message.

Fix #153

The AsyncManager class queue contain tuples with AsyncUpdateTaskAction
in it.
When a task is add in this queue, a comparison is made by a subfunction
of the queue management.
So the tuple comparison will fail with a TypeError Exception message.
This pull request was closed.
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.

TypeError: '<' not supported between instances of 'AsyncUpdateTaskAction' and 'AsyncUpdateTaskAction'
1 participant