We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea5854 commit 8fc5bb7Copy full SHA for 8fc5bb7
mutmut/__main__.py
@@ -978,7 +978,7 @@ def s(key, default):
978
return default
979
if isinstance(default, list):
980
result = [x for x in result.split("\n") if x]
981
- elif isinstance(default,bool):
+ elif isinstance(default, bool):
982
result = result.lower() in ('1', 't', 'true')
983
elif isinstance(default, int):
984
result = int(result)
0 commit comments