mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
remove unnecessary proj.outputs_filenames()
This commit is contained in:
parent
bced1ef2ef
commit
5bea2ef991
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ class Main:
|
|||
Run encoding in queue or single file
|
||||
"""
|
||||
for i, proj in enumerate(self.projects):
|
||||
proj.outputs_filenames()
|
||||
|
||||
if proj.output_file.exists() and len(self.projects) > 1:
|
||||
print(f":: Skipping file {proj.input.name}\n:: Outputfile {proj.output_file.name} exists")
|
||||
|
||||
|
|
Loading…
Reference in a new issue