[mod] add comment for reference

This commit is contained in:
Laurent Peuch 2016-02-16 08:49:03 +01:00
parent cbf86ae55b
commit 43a235b9b4

View File

@ -177,6 +177,7 @@ def main():
front_page_galleries_cover = reversed(sorted(front_page_galleries_cover, key=lambda x: x["date"]))
# this should probably be a factory
Image.base_dir = os.getcwd()
Image.target_dir = os.path.join(os.getcwd(), "build")