Skip to content
Snippets Groups Projects
Commit 56690e11 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fixed return value when subtags query fails.

parent 93df8ca7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment