[mod] blank line for lisibility

This commit is contained in:
Laurent Peuch 2016-05-04 10:09:45 +02:00
parent 5a1c8eb2e5
commit d6d66666c5

View File

@ -287,6 +287,7 @@ def main():
# this should probably be a factory
Image.base_dir = os.path.join(os.getcwd(), gallery)
Image.target_dir = os.path.join(os.getcwd(), "build", gallery)
Video.base_dir = os.path.join(os.getcwd(), gallery)
Video.target_dir = os.path.join(os.getcwd(), "build", gallery)