X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=python%2Fcumulus%2Fstore%2F__init__.py;h=7488b2f2ed3e31cdd10ada38592b492399e41ffb;hp=0899d70b04c9a03e1b0e1e32bc2166eca4ae4e88;hb=5b69b1ec0eeba473dfd2c40de41075a49a147e93;hpb=8f92b619b6c3ca8758c102d29b33ca1d2b43f568 diff --git a/python/cumulus/store/__init__.py b/python/cumulus/store/__init__.py index 0899d70..7488b2f 100644 --- a/python/cumulus/store/__init__.py +++ b/python/cumulus/store/__init__.py @@ -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