Werk #14472: Fix TypeError on scheduled report execution
Komponente | Reporting & availability |
Titel | Fix TypeError on scheduled report execution |
Datum | 17.08.2022 |
Checkmk-Edition | Checkmk Enterprise (CEE) |
Checkmk-Version | 2.2.0b1 2.1.0p10 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
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.