From 3dd430a3293336ad77abc77bae8668405ee2818a Mon Sep 17 00:00:00 2001 From: Zen Date: Sun, 27 Dec 2020 04:37:46 +0200 Subject: [PATCH] whitespaces --- av1an/project/Project.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/av1an/project/Project.py b/av1an/project/Project.py index 57044e4..ffed199 100644 --- a/av1an/project/Project.py +++ b/av1an/project/Project.py @@ -174,7 +174,7 @@ class Project(object): workers = 1 self.workers = workers - + def setup(self): """Creating temporally folders when needed.""" @@ -193,7 +193,7 @@ class Project(object): (self.temp / 'split').mkdir(parents=True, exist_ok=True) (self.temp / 'encode').mkdir(exist_ok=True) - + def concat_routine(self): """ Runs the concatenation routine with project @@ -213,7 +213,7 @@ class Project(object): print(f'Concatenation failed, error\nAt line: {exc_tb.tb_lineno}\nError:{str(e)}') log(f'Concatenation failed, aborting, error: {e}\n') terminate() - + def select_best_chunking_method(self): """ Selecting best chunking method based on available methods @@ -238,7 +238,7 @@ class Project(object): log('Vapoursynth not installed but vspipe reachable\n' + 'Fallback to Hybrid\n') self.chunk_method = 'hybrid' - + def check_exes(self): """ Checking required executables