From 82f6b46e70dff8f7defd92177562c7d387b2f1fd Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Thu, 29 Apr 2010 11:24:00 +0000 Subject: [PATCH] the code was failing here as the path and finemane for the cache file is not set --- sfa/plc/slices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/plc/slices.py b/sfa/plc/slices.py index abe5db17..3c535048 100644 --- a/sfa/plc/slices.py +++ b/sfa/plc/slices.py @@ -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 -- 2.43.0