Merge branch 'frost' into pr-eager-content
This commit is contained in:
commit
b4efd75753
59 changed files with 2193 additions and 581 deletions
|
@ -14,4 +14,4 @@ def bool_from_string(input: typing.Union[str, bool]) -> bool:
|
|||
return True
|
||||
if input.lower() in ("no", "false", "f", "off", "0"):
|
||||
return False
|
||||
raise ValueError()
|
||||
raise ValueError(f"'{input}' is neither a bool nor a recognized string")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue