Remove points to review
Some checks failed
ci/woodpecker/push/linting Pipeline failed

This commit is contained in:
RealStickman 2022-11-11 08:27:12 +01:00
parent 78abed52a8
commit 8aab51464d

View File

@ -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