[mod] trailing spaces
This commit is contained in:
parent
a2ae29b5c7
commit
0ed6d47ef0
@ -151,10 +151,10 @@ def main():
|
||||
|
||||
error(isinstance(settings, dict), "Your settings.yaml should be a dict")
|
||||
error(settings.get("title"), "You should specify a title in your main settings.yaml")
|
||||
|
||||
|
||||
if settings.get("gm_settings"):
|
||||
gm_settings.update( settings.get("gm_settings") )
|
||||
|
||||
|
||||
front_page_galleries_cover = []
|
||||
|
||||
dirs = filter(lambda x: x not in (".", "..") and os.path.isdir(x) and os.path.exists(os.path.join(os.getcwd(), x, "settings.yaml")), os.listdir(os.getcwd()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user