robotmk icon indicating copy to clipboard operation
robotmk copied to clipboard

RobotMK 1.4.4: Existing ROBOTMK_ env var always returned as None

Open yaagh opened this issue 1 year ago • 0 comments

246a247,249
>         ###
>         return value
> 

Without return function "get_robotmk_var" always returns None if corresponding ROBOTMK_ env var exists (because None is the last referenced value in this case).

yaagh avatar Nov 12 '24 07:11 yaagh