From: David Stainton Date: Mon, 5 Oct 2015 11:54:38 +0000 (+0200) Subject: Minor comment correction for get_all_relpaths X-Git-Url: https://git.rkrishnan.org/configuration.rst?a=commitdiff_plain;h=80ba87f02b2f046f2b7566cd4a45c434b3620b85;p=tahoe-lafs%2Ftahoe-lafs.git Minor comment correction for get_all_relpaths --- diff --git a/src/allmydata/backupdb.py b/src/allmydata/backupdb.py index 8fecb854..b75bd7aa 100644 --- a/src/allmydata/backupdb.py +++ b/src/allmydata/backupdb.py @@ -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")