Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_value and get_keys operations from io.cloudslang.base.json fail #1122

Open
alex26toma opened this issue Jan 14, 2019 · 0 comments
Open

Comments

@alex26toma
Copy link

The json_path input from get_value and get_keys operations in the io.cloudslang.base.json namespace is an optional input parameter. The problem is that if json_path is not passed to the operation, an 'NoneType' object has no attribute 'split' error will be thrown since both operations try to call the Python split() method on a null object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant