Update backend code and cumulus-sync for the new backup layout.
[cumulus.git] / python / cumulus / store / __init__.py
index 0899d70..7488b2f 100644 (file)
@@ -70,7 +70,7 @@ class Store (object):
     def stat(self, path):
         raise NotImplementedError
 
-    def scan(self):
+    def scan(self, path):
         """Cache file information stored in this backend.
 
         This might make subsequent list or stat calls more efficient, but this