mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
Match documented behavior.
This commit is contained in:
parent
c7f0a099e1
commit
c3f6184960
@ -131,6 +131,6 @@ def base32text():
|
|||||||
Build text()s that are valid base32
|
Build text()s that are valid base32
|
||||||
"""
|
"""
|
||||||
return builds(
|
return builds(
|
||||||
b2a,
|
lambda b: str(b2a(b), "ascii"),
|
||||||
binary(),
|
binary(),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user