Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added try-except for error handling: In both handleAllFlag and find_duplicates, I added a try-except block around the future.result() call. If an exception occurs, it catches the error, logs a message with the file path, and continues processing other files.
- Loading branch information