triangle-motelti
triangle-motelti
In the `pyccel_clean.py` file, the `pyccel_clean` function has a bug that prevents it from cleaning directories recursively as intended. When the function encounters a subdirectory, it correctly calls itself to...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is this issue mentioned in the CHANGELOG? - [x] I have searched the...
the temporary file cleanup in LinuxCleaner_42.sh used unquoted command substitution (clean_glob $(find /tmp ...)) which failed on filenames containing spaces or special characters due to improper word splitting replaced with...
the current temporary file cleanup in LinuxCleaner_42.sh uses unquoted command substitution that fails on filenames with spaces or special characters replace it with find -exec to handle all filenames correctly...