remove unnecessary proj.outputs_filenames()

This commit is contained in:
sybilin 2020-12-14 21:42:39 +01:00
parent bced1ef2ef
commit 5bea2ef991

View file

@ -31,8 +31,6 @@ class Main:
Run encoding in queue or single file Run encoding in queue or single file
""" """
for i, proj in enumerate(self.projects): for i, proj in enumerate(self.projects):
proj.outputs_filenames()
if proj.output_file.exists() and len(self.projects) > 1: if proj.output_file.exists() and len(self.projects) > 1:
print(f":: Skipping file {proj.input.name}\n:: Outputfile {proj.output_file.name} exists") print(f":: Skipping file {proj.input.name}\n:: Outputfile {proj.output_file.name} exists")