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/simplejson/encoder.py.html?a=commitdiff_plain;h=238a54a9d075ad6f57d3f9ca4eb030a259d5a9a4;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")