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)