summaryrefslogtreecommitdiff
path: root/lint.py
diff options
context:
space:
mode:
Diffstat (limited to 'lint.py')
-rw-r--r--lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint.py b/lint.py
index b0f5c300b..f474eec57 100644
--- a/lint.py
+++ b/lint.py
@@ -823,7 +823,7 @@ been issued by analysing pylint output status code
linter.disable('W0704')
linter.read_config_file()
# is there some additional plugins in the file configuration, in
- config_parser = linter._config_parser
+ config_parser = linter.cfgfile_parser
if config_parser.has_option('MASTER', 'load-plugins'):
plugins = splitstrip(config_parser.get('MASTER', 'load-plugins'))
linter.load_plugin_modules(plugins)