mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 02:16:42 +00:00
Minor comment correction for get_all_relpaths
This commit is contained in:
parent
f8bb229ab7
commit
3c50764486
@ -373,7 +373,7 @@ class MagicFolderDB(BackupDB):
|
|||||||
|
|
||||||
def get_all_relpaths(self):
|
def get_all_relpaths(self):
|
||||||
"""
|
"""
|
||||||
Retrieve a list of all relpaths of files that have had an entry in magic folder db
|
Retrieve a set of all relpaths of files that have had an entry in magic folder db
|
||||||
(i.e. that have been downloaded at least once).
|
(i.e. that have been downloaded at least once).
|
||||||
"""
|
"""
|
||||||
self.cursor.execute("SELECT path FROM local_files")
|
self.cursor.execute("SELECT path FROM local_files")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user