Skip to content

nightly-5b3cf86f-ls156

Pre-release
Pre-release

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 25 Jun 14:04
8bd3f49

CI Report:

https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-5b3cf86f-ls156/index.html

LinuxServer Changes:

No changes

Remote Changes:

Track files during cleanup to prevent removing unrelated files (#3462)

  • 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.