mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-03 10:48:03 +08:00
Today, we ignore koji messages with a None `task_id` in two ways. First with a conditional, and then with a second check in the message `__init__` method. This is a belt-and-suspenders approach. For other reasons in the UMB messaging plugin, we'd like to put this check in just one place and use a special exception in the initializer instead of in a conditional beforehand.