From d6d66666c50f046663fd57fcad2701bf35187aeb Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 4 May 2016 10:09:45 +0200 Subject: [PATCH] [mod] blank line for lisibility --- prosopopee/prosopopee.py | 1 + 1 file changed, 1 insertion(+) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index a487b1f..56f5905 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -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)