mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
str
is a kind of weird future thing; coerce another way
This commit is contained in:
parent
4d41e30ce9
commit
1d75bbfd72
@ -103,7 +103,7 @@ class ParseOptionsTests(SyncTestCase):
|
||||
except usage.error as e:
|
||||
self.assertEqual(
|
||||
b"Unknown command: " + tricky.encode("utf-8"),
|
||||
str(e)
|
||||
b"{}".format(e),
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user