mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
make sure we put text into yaml
This commit is contained in:
parent
3ac2e9365f
commit
d27c25a26f
@ -113,7 +113,7 @@ def write_introducer(basedir, petname, furl):
|
||||
safe_dump({
|
||||
"introducers": {
|
||||
petname: {
|
||||
"furl": furl,
|
||||
"furl": furl.decode("ascii"),
|
||||
},
|
||||
},
|
||||
}).encode("ascii"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user