mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-16 01:13:50 +01:00
Actually add config path
This commit is contained in:
parent
c961cd7736
commit
b442217d91
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ class Config(object):
|
||||||
) % (entry_path, )
|
) % (entry_path, )
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
files.add(config_path)
|
||||||
|
|
||||||
config_files.extend(sorted(files))
|
config_files.extend(sorted(files))
|
||||||
else:
|
else:
|
||||||
config_files.append(config_path)
|
config_files.append(config_path)
|
||||||
|
|
Loading…
Reference in a new issue