mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-25 21:17:37 +00:00
Minor comment correction for get_all_relpaths
This commit is contained in:
parent
531747303d
commit
5d7d2febc6
@ -373,7 +373,7 @@ class MagicFolderDB(BackupDB):
|
||||
|
||||
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).
|
||||
"""
|
||||
self.cursor.execute("SELECT path FROM local_files")
|
||||
|
Loading…
x
Reference in New Issue
Block a user