Minor comment correction for get_all_relpaths

This commit is contained in:
David Stainton 2015-10-05 13:54:38 +02:00 committed by Brian Warner
parent f8bb229ab7
commit 3c50764486

View File

@ -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")