frames evaluation removed

This commit is contained in:
leno3003 2022-04-01 17:44:26 +02:00
parent 560dbdf394
commit 77dd434409
4 changed files with 8 additions and 8 deletions

View file

@ -753,7 +753,7 @@ def main(detector=None,
io.log_err("Error in fetching the last index. Extraction cannot be continued.")
return
elif input_path != output_path:
io.input(f"\n WARNING !!! \n {output_path} contains files! \n They will be deleted. \n Press enter to continue.\n", "4")
io.input(f"\n WARNING !!! \n {output_path} contains files! \n They will be deleted. \n Press enter to continue.\n", answer_key="Extractor_continue_deleting_files")
for filename in output_images_paths:
Path(filename).unlink()