Commit 56690e11 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fixed return value when subtags query fails.

parent 93df8ca7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ class MainLoop(object):
        if sub_db is None:
            # FIXME should we also raise here ?
            logger.debug('Failed to find sub_id %s', sub_id)
            return
            return {}

        return get_tags(sub_db, tags, noresolve_tags)
    # End RPC handlers definitions