mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-04 12:14:11 +00:00
Correct a string-type error.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
3180471ce8
commit
0b5039d253
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user