From 13d354b729c377519994f73485133952b0e892e6 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 08 Jan 2008 18:13:11 +0000 Subject: #5033 Use a different path where to put temporal links to files. (m_stone) --- diff --git a/src/olpc/datastore/backingstore.py b/src/olpc/datastore/backingstore.py index db955e2..fc3c05f 100644 --- a/src/olpc/datastore/backingstore.py +++ b/src/olpc/datastore/backingstore.py @@ -377,7 +377,7 @@ class FileBackingStore(BackingStore): if use_instance_dir: if not self.current_user_id: raise ValueError("Couldn't determine the current user uid.") - base = os.path.join('/activities', 'uid_to_instance_dir', + base = os.path.join(os.environ['HOME'], 'isolation', '1', 'uid_to_instance_dir', str(self.current_user_id)) else: profile = os.environ.get('SUGAR_PROFILE', 'default') -- cgit v0.9.1