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:
8e67b9e
)
Fix an import that broke during rebasing.
author
Daira Hopwood
<daira@jacaranda.org>
Tue, 15 Sep 2015 17:46:00 +0000
(18:46 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Wed, 30 Sep 2015 15:45:27 +0000
(16:45 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
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 da64d97d7c9ee6a75c3a09644c018bd50a09b534..859f671192ed152dbf017876cc3624f8a9eede43 100644
(file)
--- a/
src/allmydata/frontends/magic_folder.py
+++ b/
src/allmydata/frontends/magic_folder.py
@@
-536,7
+536,7
@@
class Downloader(QueueMixin):
d = file_node.download_best_version()
def succeeded(res):
d2 = defer.succeed(res)
- absname = abspath_expanduser_unicode(name, base=self._local_path_u)
+ absname =
fileutil.
abspath_expanduser_unicode(name, base=self._local_path_u)
d2.addCallback(lambda result: self._write_downloaded_file(absname, result, is_conflict=False))
def do_update_db(full_path):
filecap = file_node.get_uri()