]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/scripts/magic_folder_cli.py
Correct a string-type error.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / magic_folder_cli.py
index 1cf20c9788c2cf2be5dfe11cf026488603851413..14ba2ca610558de549d0852b9bf375bdd3fb2b09 100644 (file)
@@ -107,7 +107,7 @@ def invite(options):
     # tahoe ln CLIENT_READCAP COLLECTIVE_WRITECAP/NICKNAME
     ln_options = _delegate_options(options, LnOptions())
     ln_options.from_file = dmd_readonly_cap
-    ln_options.to_file = "%s/%s" % (magic_write_cap, options.nickname)
+    ln_options.to_file = u"%s/%s" % (magic_write_cap, options.nickname)
     rc = tahoe_mv.mv(ln_options, mode="link")
     if rc != 0:
         print >>options.stderr, "magic-folder: failed to create link\n"