Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/node/sync.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2014-02-04 12:19:15 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2014-02-18 21:20:34 (GMT)
commit6447b7951a66021f288f5b2b0c8cc301257d36ee (patch)
tree2c7d269a0dba29a6466996889a1c9980971a0e06 /sugar_network/node/sync.py
parentb68085299cee6e5488e8301042cde13d040494ca (diff)
Polish design
The major points: * minimize number of resource types * use aggregated properties instead of resources * separate blob storage from resources db
Diffstat (limited to 'sugar_network/node/sync.py')
-rw-r--r--sugar_network/node/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar_network/node/sync.py b/sugar_network/node/sync.py
index b0a20bf..f5b946c 100644
--- a/sugar_network/node/sync.py
+++ b/sugar_network/node/sync.py
@@ -199,7 +199,7 @@ def _encode(limit, packets, download_blobs, header, status):
pos = (yield chunk) or 0
blob_size -= len(chunk)
enforce(blob_size == 0, EOFError,
- 'Blob size is not the same as declared')
+ 'File size is not the same as declared')
record = next(content)
except StopIteration: