Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer assume that a value is an array
We found a situation where an ||= was failing because the result was nil as opposed to an array. Adding a .try to the lookup allows us to pass nil in these specific cases. https://bugzilla.redhat.com/show_bug.cgi?id=1540326
- Loading branch information