From c014d8633ccb7c596640254faa8fd1fa1a32d3ad Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 11 May 2016 17:59:16 +0200 Subject: [PATCH] [mod] trailing space --- prosopopee/prosopopee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 5e94175..a3bec37 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -330,7 +330,7 @@ def main(): # this should probably be a factory Image.base_dir = os.getcwd() Image.target_dir = os.path.join(os.getcwd(), "build") - + Video.base_dir = os.getcwd() Video.target_dir = os.path.join(os.getcwd(), "build")