Loading ccnode/node.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
ccnode/node.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading