From: Thierry Parmentelat Date: Tue, 6 Sep 2011 12:50:33 +0000 (+0200) Subject: oops, was intended to go with previous commit X-Git-Tag: sfa-1.0-36~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b904df3f76228de5cb34976441cda0eb31f94d18;p=sfa.git oops, was intended to go with previous commit --- diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index ca579c90..2e19901b 100755 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -363,7 +363,7 @@ class Sfi: # check local cache first cache = None version = None - cache_file = self.sfi_dir + os.path.sep + 'sfi_cache.dat' + cache_file = os.path.join(self.options.sfi_dir,'sfi_cache.dat') cache_key = server.url + "-version" try: cache = Cache(cache_file)