feat: convert None to empty string and validate action parameter type in step() method - #170
feat: convert None to empty string and validate action parameter type in step() method#170KempinskiB wants to merge 2 commits into
Conversation
|
Hey Ben, sorry could you share what's the issue? Generally, if no action is provided, the environment returned is still a "str" class. |
|
Recommend merge. Two independent changes, both safe:
Given (1) is a real fix and (2) is harmless, this is fine to merge. Only nit: there's a trailing-whitespace blank line inside the new guard block — worth stripping before merge, but not a blocker. |
|
Verified. The assert-message correction is unambiguously right — the guard is The Core fix LGTM, recommend merge. |
No description provided.