Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct RestSession.get_items() to check for the existence of a JSON ‘items’ attribute by checking to see ‘if items is None’ instead of just checking for ‘if items’, which incorrectly raises the error when ‘items’ is present but is an empty array.
- Loading branch information