mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-11 07:37:03 -07:00
added sumbmodules
This commit is contained in:
parent
d4279606f4
commit
6d68692e74
2 changed files with 2 additions and 5 deletions
|
@ -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")
|
||||
io.input(f"\n WARNING !!! \n {output_path} contains files! \n They will be deleted. \n Press enter to continue.\n", "4")
|
||||
for filename in output_images_paths:
|
||||
Path(filename).unlink()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue