Remove log files between runs
Some checks failed
ci/woodpecker/push/linting Pipeline failed

This commit is contained in:
RealStickman 2022-11-09 20:08:12 +01:00
parent 58d013e5cb
commit 90689dd9cd

View File

@ -353,3 +353,7 @@ if __name__ == "__main__":
# TODO make removal optional/togglable with cli switch
os.remove(outputfile)
os.remove("vmaf.json")
os.remove("ssim.log")
os.remove("psnr.log")