mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-09-22 19:05:24 -04:00
* Track files during cleanup to prevent removing unrelated files * Remove redundant path normalization The `os.path.abspath` function already includes path normalization, rendering the explicit call to `os.path.normpath` redundant when used in conjunction. Removing it simplifies the code without changing its behavior.