Alphabetical sort for config files. Fixes #11
This commit is contained in:
parent
d63f2a5f3a
commit
912be7c596
2
surok.py
2
surok.py
@ -32,7 +32,7 @@ f.close()
|
|||||||
def get_configs():
|
def get_configs():
|
||||||
confs = [f for f in listdir(conf['confd']) if isfile(
|
confs = [f for f in listdir(conf['confd']) if isfile(
|
||||||
join(conf['confd'], f))]
|
join(conf['confd'], f))]
|
||||||
return confs
|
return sorted(confs)
|
||||||
|
|
||||||
|
|
||||||
# Get Surok App configuration
|
# Get Surok App configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user