More filters

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-12 19:02:07 -08:00
parent 7ee0a0454e
commit b4cbffed06
+1 -1
View File
@@ -92,7 +92,7 @@ def cleanup_unused_compilation(path):
# starting over. Removing the "unusued_compilation_processed.txt" will start over.
filter_file_path = os.path.join(os.getcwd(), 'unusued_compilation_processed.txt')
filelist = filter_from_processed(filelist, filter_file_path)
sorted_filelist = sorted(filelist, reverse=True)
sorted_filelist = sorted(filelist)
# 3. For each file
total_files = len(sorted_filelist)
current_files = 1