Check result is not None in tracking queue done()

The tracking queue is the only queue implementing done() which requires the result to be iterable. If there is no result from the job this will hit a TypeError.

Edited by Darius Makovsky

Merge request reports

Loading