Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/local/mounts.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/local/mounts.py')
-rw-r--r--sugar_network/local/mounts.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar_network/local/mounts.py b/sugar_network/local/mounts.py
index 7a2c292..b88a2af 100644
--- a/sugar_network/local/mounts.py
+++ b/sugar_network/local/mounts.py
@@ -158,6 +158,9 @@ class _ProxyCommands(object):
self._home_volume = home_mount
def _proxy_call(self, request, response, super_call):
+ if 'document' not in request:
+ return super_call(request, response)
+
patch = {}
result = None
command = request['method'], request.get('cmd')