Remove unused Config.config_dir_path attribute

This is no longer used and only serves to confuse.
This commit is contained in:
Richard van der Hoff 2019-06-21 17:13:27 +01:00
parent edea4bb5be
commit 367a8263b3

View File

@ -414,9 +414,6 @@ class Config(object):
Returns: dict
"""
# FIXME: get rid of this
self.config_dir_path = config_dir_path
# first we read the config files into a dict
specified_config = {}
for config_file in config_files: