elabit / robotmk

Robotmk - the Robot Framework integration for Checkmk
https://robotmk.org
GNU General Public License v2.0
54 stars 10 forks source link

RCC setup: Fix crash if no plans for current session are configured #582

Closed jherbel closed 2 months ago

jherbel commented 2 months ago

Long path support is always enabled in the current session. If no plans for the current session were configured, attempting to enable long path support crashed because the directory for the stdio files was missing.

CMK-18570