Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/instance.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-14 04:37:02 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-14 04:37:02 (GMT)
commit7989b436f94d133286b9ad074a6a0bd6126447ab (patch)
tree39c8f9dce42a1f2516b5861db96b95cee494ff63 /instance.py
parente92b82ffd3aab074f09cce320d76b2061615c575 (diff)
working path bug fixed, also made the tags insensitive
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/46@976 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'instance.py')
-rw-r--r--instance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/instance.py b/instance.py
index 729bb5e..00856ac 100644
--- a/instance.py
+++ b/instance.py
@@ -30,7 +30,7 @@ class Instance:
recreateTmp()
self.__class__.dataPath = os.path.join(ca.get_activity_root(), "data")
- recreateInstance()
+ recreateData()
def recreateTmp():