Fix a subtle typo.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2016-03-29 17:23:31 +01:00 committed by Brian Warner
parent b949082f8e
commit afc7ab43a1
1 changed files with 1 additions and 1 deletions

View File

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