the code was failing here as the path and finemane for the cache file is not set
[sfa.git] / 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