Lists use 'append'

This commit is contained in:
Erik Johnston 2015-09-02 17:27:59 +01:00
parent e90f32646f
commit fd0a919af3

View file

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