Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor path handling in source_files processing
This commit simplifies the path handling for elements in the source_files array by removing unnecessary path expansions and calculations. Since all paths in source_files are already absolute, this change: - Eliminates redundant operations such as expand_path. - Removes unnecessary relative path calculations that merely reconstruct the original paths. These improvements make the code more efficient and easier to maintain, reducing the potential for path-related errors and enhancing performance.
- Loading branch information