Review files, pick off a typo
This commit is contained in:
parent
0056809a55
commit
6752e68d40
|
@ -104,7 +104,7 @@ def capability_generator(kind):
|
||||||
|
|
||||||
if kind not in KNOWN_CAPABILITIES:
|
if kind not in KNOWN_CAPABILITIES:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Unknown capability kind '{} (valid are {})'".format(
|
"Unknown capability kind '{}' (valid are {})".format(
|
||||||
kind.decode('ascii'),
|
kind.decode('ascii'),
|
||||||
", ".join([x.decode('ascii') for x in KNOWN_CAPABILITIES]),
|
", ".join([x.decode('ascii') for x in KNOWN_CAPABILITIES]),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue