filter function

This commit is contained in:
QuanyiLi
2023-05-07 19:06:23 +01:00
parent 26013c6fd6
commit b7fe44d472
9 changed files with 119 additions and 69 deletions

View File

@@ -146,3 +146,5 @@ def write_to_directory(
assert delay_remove == save_path
shutil.rmtree(delay_remove)
os.rename(output_path, save_path)
return summary, mapping