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.
2 parents f994087 + 27be466 commit 731d993Copy full SHA for 731d993
cli/cfncluster/cfnconfig.py
@@ -61,7 +61,7 @@ def __init__(self, args):
61
62
# Check if package updates should be checked
63
try:
64
- self.__update_check = __config.get('global', 'update_check')
+ self.__update_check = __config.getboolean('global', 'update_check')
65
except ConfigParser.NoOptionError:
66
self.__update_check = True
67
0 commit comments