Fix a subtle typo.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
b949082f8e
commit
afc7ab43a1
|
@ -42,7 +42,7 @@ def get_magicfolderdb(dbfile, stderr=sys.stderr,
|
||||||
print >>stderr, e
|
print >>stderr, e
|
||||||
return None
|
return None
|
||||||
|
|
||||||
PathEntry = namedtuple('PathEntry', 'size mtime_ns ctime_ns version last_uploaded_uri'
|
PathEntry = namedtuple('PathEntry', 'size mtime_ns ctime_ns version last_uploaded_uri '
|
||||||
'last_downloaded_uri last_downloaded_timestamp')
|
'last_downloaded_uri last_downloaded_timestamp')
|
||||||
|
|
||||||
class MagicFolderDB(object):
|
class MagicFolderDB(object):
|
||||||
|
|
Loading…
Reference in New Issue