projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba237ca
)
Minor comment correction for get_all_relpaths
author
David Stainton
<dstainton415@gmail.com>
Mon, 5 Oct 2015 11:54:38 +0000
(13:54 +0200)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 28 Dec 2015 16:18:52 +0000
(16:18 +0000)
src/allmydata/backupdb.py
patch
|
blob
|
history
diff --git
a/src/allmydata/backupdb.py
b/src/allmydata/backupdb.py
index 8fecb8541641836474d143e17bcc54c27fed4eff..b75bd7aa584b6bc45eded8c095d678e7c09fb676 100644
(file)
--- a/
src/allmydata/backupdb.py
+++ b/
src/allmydata/backupdb.py
@@
-373,7
+373,7
@@
class MagicFolderDB(BackupDB):
def get_all_relpaths(self):
"""
- Retrieve a
lis
t of all relpaths of files that have had an entry in magic folder db
+ Retrieve a
se
t 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")