0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 20:19:03 +02:00

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: