OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

Add operator __lt__ to AsyncUpdateTaskAction class #154

Closed punkymaniac closed 2 years ago

punkymaniac commented 3 years ago

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