Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-10-02 07:32:23 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-10-02 07:32:23 (GMT)
commit4fdceee90d15ad7786e7403fddc4639222773cc7 (patch)
tree1ce32538fdbe16de71aad1b0f9bfc3dc2cf02885
parent96940bbd7bff34eca9087421ea504d12958a3f7b (diff)
Avoid setting empty value with default locale in misc/aslo-sync
-rwxr-xr-xmisc/aslo-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/aslo-sync b/misc/aslo-sync
index 6e90f6d..0166061 100755
--- a/misc/aslo-sync
+++ b/misc/aslo-sync
@@ -267,7 +267,7 @@ class Application(application.Application):
def sync_context(self, addon_id, bundle_id):
if not self.volume['context'].exists(bundle_id):
self.volume['context'].create(guid=bundle_id, type='activity',
- implement=bundle_id, title='', summary='', description='',
+ implement=bundle_id, title={}, summary={}, description={},
user=['aslo'], layer=['public'], ctime=0, mtime=0)
created, modified, title, summary, description, homepage, name = \