Actually add config path

pull/261/head
Erik Johnston 2015-08-28 10:37:17 +01:00
parent c961cd7736
commit b442217d91
1 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,8 @@ class Config(object):
) % (entry_path, )
continue
files.add(config_path)
config_files.extend(sorted(files))
else:
config_files.append(config_path)