Commit 451fb347 authored by David Wilson's avatar David Wilson

master: include related modules in ModuleResponder response

parent 4af92009
......@@ -584,9 +584,10 @@ class ModuleResponder(object):
pkg_present = None
compressed = zlib.compress(source)
related = self._finder.find_related(fullname)
self._router.route(
mitogen.core.Message.pickled(
(pkg_present, path, compressed),
(pkg_present, path, compressed, related),
dst_id=msg.src_id,
handle=msg.reply_to,
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment