Werk #14472: Fix TypeError on scheduled report execution
Component | Reporting & availability |
Title | Fix TypeError on scheduled report execution |
Date | Aug 17, 2022 |
Checkmk Edition | Checkmk Enterprise (CEE) |
Checkmk Version | 2.2.0b1 2.1.0p10 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
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.