Skip to content

develop-aea02a90-ls446

Pre-release
Pre-release

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 30 Oct 15:46
b43a5bc

CI Report:

https://ci-tests.linuxserver.io/linuxserver/tautulli/develop-aea02a90-ls446/index.html

LinuxServer Changes:

Full Changelog: develop-8e265f81-ls445...develop-aea02a90-ls446

Remote Changes:

Add init.py file to jaraco to fix import errors (#2599)

jaraco modules are split across multiple repos using namespace packages.
That doesn't seem to work with the dynamic sys.path configuration used
in Tautulli.py. By adding an init.py file here the python
interpreter will properly look for modules in the jaraco subdirectories.

Co-authored-by: Sean Watson [email protected]