fix infofasjson get_user_attrs returning None #3
No reviewers
Labels
No labels
blocked
Bug
Chore
Feature
in-progress
points:1
points:13
points:2
points:3
points:5
points:8
priority:high
priority:low
priority:medium
ready
review
Technical Debt
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Infrastructure/ipsilon-fedora#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "staging-infofasjson"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously if using the fasjson info plugin, and the fasjson client
returned an error, we were returning None. However, we need to return an
empty dict, otherwise login/common.py in ipsilon would raise an error.
Signed-off-by: Ryan Lerch rlerch@redhat.com
Pull-Request has been merged by abompard