]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Changes filename to unicode before placing the file. refs #2027 2235-long-paths-on-windows-7 138/head
authorDaira Hopwood <daira@jacaranda.org>
Sat, 11 Oct 2014 22:45:13 +0000 (23:45 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 30 Jan 2015 00:50:25 +0000 (00:50 +0000)
Author: Mark Berger <mark.berger.j@gmail.com>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/scripts/tahoe_cp.py

index 3bb9550aeb4c36e87152f563c0e118c420a5063d..25c3b2e4a3518274fac15af35993faa45fd7fbce 100644 (file)
@@ -703,6 +703,7 @@ class Copier:
     def copy_files_to_target(self, targetmap, target):
         for name, source in targetmap.items():
             assert isinstance(source, (LocalFileSource, TahoeFileSource))
+            name = unicode(name)
             self.copy_file_into(source, name, target)
             self.files_copied += 1
             self.progress("%d/%d files, %d/%d directories" %
@@ -743,6 +744,7 @@ class Copier:
     def copy_file_into(self, source, name, target):
         assert isinstance(source, (LocalFileSource, TahoeFileSource))
         assert isinstance(target, (LocalDirectoryTarget, TahoeDirectoryTarget))
+        assert isinstance(name, unicode)
         if self.need_to_copy_bytes(source, target):
             # if the target is a local directory, this will just write the
             # bytes to disk. If it is a tahoe directory, it will upload the