oops, was intended to go with previous commit
[sfa.git] / sfa / client / sfi.py
index ca579c9..2e19901 100755 (executable)
@@ -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)