Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'or' logic doesn't allow 'None' which evaluates as False.
This means that "allow_agent" cannot be set to True based on the logic provided. Instead, check if the value exists in the dict, then set the value absolutely (even if it's "None") if set.
- Loading branch information