File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ def main():
658658 perform_safe_rename (path , new_name ) # Rename directory safely avoiding collisions
659659
660660 print (
661- f"{ BackgroundColors .GREEN } Total files deleted: { BackgroundColors .CYAN } { DELETION_STATS ['files_deleted' ]} { BackgroundColors .GREEN } | Total dirs deleted: { BackgroundColors .CYAN } { DELETION_STATS ['dirs_deleted' ]} { BackgroundColors .GREEN } | Total deleted size: { BackgroundColors .CYAN } { convert_bytes_to_gb (DELETION_STATS ['bytes_deleted' ]):.2f} GB{ Style .RESET_ALL } "
661+ f"{ BackgroundColors .GREEN } Total files deleted: { BackgroundColors .CYAN } { DELETION_STATS ['files_deleted' ]} { BackgroundColors .GREEN } | Total dirs deleted: { BackgroundColors .CYAN } { DELETION_STATS ['dirs_deleted' ]} { BackgroundColors .GREEN } | Total deleted size: { BackgroundColors .CYAN } { convert_bytes_to_gb (DELETION_STATS ['bytes_deleted' ]):.2f} GB{ Style .RESET_ALL } "
662662 ) # Output aggregated deletion statistics
663663
664664 finish_time = datetime .datetime .now () # Get the finish time of the program
Original file line number Diff line number Diff line change @@ -831,7 +831,7 @@ def main():
831831 perform_safe_rename (path , new_name ) # Rename directory safely avoiding collisions
832832
833833 print (
834- f"{ BackgroundColors .GREEN } Total files deleted: { BackgroundColors .CYAN } { DELETION_STATS ['files_deleted' ]} { BackgroundColors .GREEN } | Total dirs deleted: { BackgroundColors .CYAN } { DELETION_STATS ['dirs_deleted' ]} { BackgroundColors .GREEN } | Total deleted size: { BackgroundColors .CYAN } { convert_bytes_to_gb (DELETION_STATS ['bytes_deleted' ]):.2f} GB{ Style .RESET_ALL } "
834+ f"{ BackgroundColors .GREEN } Total files deleted: { BackgroundColors .CYAN } { DELETION_STATS ['files_deleted' ]} { BackgroundColors .GREEN } | Total dirs deleted: { BackgroundColors .CYAN } { DELETION_STATS ['dirs_deleted' ]} { BackgroundColors .GREEN } | Total deleted size: { BackgroundColors .CYAN } { convert_bytes_to_gb (DELETION_STATS ['bytes_deleted' ]):.2f} GB{ Style .RESET_ALL } "
835835 ) # Output aggregated deletion statistics
836836
837837 finish_time = datetime .datetime .now () # Get the finish time of the program
You can’t perform that action at this time.
0 commit comments