mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-12 17:49:25 -05:00
Actually add config path
This commit is contained in:
parent
c961cd7736
commit
b442217d91
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user