From 8aab51464d4002db807553891f23cda2b5899d37 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 11 Nov 2022 08:27:12 +0100 Subject: [PATCH] Remove points to review --- encode_single_video.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/encode_single_video.py b/encode_single_video.py index ccb6355..ce8f5c2 100755 --- a/encode_single_video.py +++ b/encode_single_video.py @@ -65,7 +65,6 @@ def cleanup(keepencodes: bool, outputfile: str = ""): """ try: - # REVIEW make removal optional/togglable with cli switch if not keepencodes: os.remove(outputfile) except: @@ -427,7 +426,6 @@ if __name__ == "__main__": args = parser.parse_args() - # REVIEW expose this as variable/argument? outputpath: str = args.output_dir inputfile: str = args.input_file