[mod] blank line for lisibility
This commit is contained in:
parent
ebbd904afe
commit
de8f0dc7dc
@ -266,7 +266,9 @@ def main():
|
|||||||
"title" % (os.path.join(gallery, "settings.yaml")))
|
"title" % (os.path.join(gallery, "settings.yaml")))
|
||||||
error(gallery_settings.get("cover"), "You should specify a path to a cover picture "
|
error(gallery_settings.get("cover"), "You should specify a path to a cover picture "
|
||||||
"in %s" % (os.path.join(gallery, "settings.yaml")))
|
"in %s" % (os.path.join(gallery, "settings.yaml")))
|
||||||
|
|
||||||
cover_image_path = os.path.join(gallery, gallery_settings["cover"])
|
cover_image_path = os.path.join(gallery, gallery_settings["cover"])
|
||||||
|
|
||||||
error(os.path.exists(cover_image_path), "File for %s cover image doesn't exist at "
|
error(os.path.exists(cover_image_path), "File for %s cover image doesn't exist at "
|
||||||
"%s" % (gallery, cover_image_path))
|
"%s" % (gallery, cover_image_path))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user