You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: treat null command timeout as default instead of erroring
When a RALPH.md command had `timeout:` (no value) or `timeout: null`,
dict.get() returned None instead of the default because the key existed.
This caused _is_valid_timeout(None) to fail with a confusing error.
Now explicitly checks for None before validation, consistent with how
commands, args, and credit fields already handle null values.
Co-authored-by: Ralphify <noreply@ralphify.co>
0 commit comments