Skip to content

libtracker-miner: Always return task array on TrackerSparqlBuffer

Carlos Garnacho requested to merge wip/carlosg/sparql-buffer-errors into master

This used to be the behavior (including on errors) as we want to tag file(s) causing this as failed, in order to ease bug reports. This behavior broke in commit 7336faa6 as it started returning either an error or the task array.

Always return both things here, so we can keep the previous behavior.

Fixes: #201 (closed) Related: #199 (closed)

Merge request reports