the code was failing here as the path and finemane for the cache file is not set
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Thu, 29 Apr 2010 11:24:00 +0000 (11:24 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Thu, 29 Apr 2010 11:24:00 +0000 (11:24 +0000)
sfa/plc/slices.py

index abe5db1..3c53504 100644 (file)
@@ -24,7 +24,7 @@ class Slices:
 
     def __init__(self, api, ttl = .5, origin_hrn=None):
         self.api = api
-        filepath = path + os.sep + filename
+        #filepath = path + os.sep + filename
         self.policy = Policy(self.api)    
         self.origin_hrn = origin_hrn