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:
d0de6d5
)
Fix declaration of is_conflict
author
David Stainton
<dstainton415@gmail.com>
Mon, 26 Oct 2015 18:00:05 +0000
(19:00 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Tue, 27 Oct 2015 15:13:40 +0000
(15:13 +0000)
src/allmydata/frontends/magic_folder.py
patch
|
blob
|
history
diff --git
a/src/allmydata/frontends/magic_folder.py
b/src/allmydata/frontends/magic_folder.py
index 7ae36b17ec4759f426d4e14dc9c7c00f2d5a582d..e4baef540bd31f3a1d8bc63ee6a5fea2bed12c54 100644
(file)
--- a/
src/allmydata/frontends/magic_folder.py
+++ b/
src/allmydata/frontends/magic_folder.py
@@
-682,8
+682,8
@@
class Downloader(QueueMixin, WriteFileMixin):
raise ConflictError("download failed: already conflicted: %r" % (relpath_u,))
d.addCallback(fail)
else:
+ is_conflict = False
if self._db.check_file_db_exists(relpath_u):
- is_conflict = False
dmd_last_downloaded_uri = metadata.get('last_downloaded_uri', None)
local_last_downloaded_uri = self._db.get_last_downloaded_uri(relpath_u)
print "metadata %r" % (metadata,)