1a4b61d51d
The dns layer started returning False instead of None when things aren't found. Fix it. Change-Id: I38fd8c38d6f0ff08effdc39afbdfa90fb87adf83
8 lines
172 B
YAML
8 lines
172 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed issue where the dns methods were returning False instead of None
|
|
when resources were not found.
|
|
- |
|
|
Fixed jsonification under python3.
|