mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Correct a string-type error.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
e03a1e3361
commit
31ab5cf4ed
@ -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…
x
Reference in New Issue
Block a user