We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e261b2c commit 84717f8Copy full SHA for 84717f8
pyls/config/source.py
@@ -52,7 +52,7 @@ def _get_opt(config, key, option, opt_type):
52
continue
53
54
if opt_type == bool:
55
- return config.getbool(key, opt_key)
+ return config.getboolean(key, opt_key)
56
57
if opt_type == int:
58
return config.getint(key, opt_key)
0 commit comments