Werk #14472: Fix TypeError on scheduled report execution
Component | Reporting & availability | ||||||||
Title | Fix TypeError on scheduled report execution | ||||||||
Date | Aug 17, 2022 | ||||||||
Level | Trivial Change | ||||||||
Class | Bug Fix | ||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||
Checkmk versions & editions |
|
If a scheduled report was executed at the configured time, the execution failed with "TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'".
Manual execution via "Execute this schedule now" was still possible.