diff --git a/mitogen/service.py b/mitogen/service.py index cb67d034..c67b35e8 100644 --- a/mitogen/service.py +++ b/mitogen/service.py @@ -715,7 +715,7 @@ class PushFileService(Service): if path not in self._cache: LOG.error('%r: %r is not in local cache', self, path) return - self._forward(path, context) + self._forward(context, path) class FileService(Service):