[mod] trailing space

This commit is contained in:
Laurent Peuch 2016-05-11 17:59:16 +02:00
parent 4c06078339
commit c014d8633c

View File

@ -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")