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…
Reference in New Issue