Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor file handling to simplify and ensure accuracy
Change the handling of the file list to directly assign a flattened array to actual_files, removing unnecessary file selection and debugging logic. This modification aligns with the intention that 'files' should strictly be the expected collection of file paths, and simplifies the code by removing redundant checks and debug outputs that are assumed to be for debugging purposes only.
- Loading branch information