We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f65f2 commit fbcf63aCopy full SHA for fbcf63a
tools/buildman/bsettings.py
@@ -16,7 +16,7 @@ def setup(fname=''):
16
global settings
17
global config_fname
18
19
- settings = configparser.SafeConfigParser()
+ settings = configparser.ConfigParser()
20
if fname is not None:
21
config_fname = fname
22
if config_fname == '':
0 commit comments