From 1b53583d9872bd2759b9074556d2bd125d47fc7b Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 8 Sep 2018 15:00:53 -0500 Subject: [PATCH] Fix objects mapping --- resources/lib/objects/obj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/objects/obj.py b/resources/lib/objects/obj.py index f0559468..1420afaf 100644 --- a/resources/lib/objects/obj.py +++ b/resources/lib/objects/obj.py @@ -93,7 +93,7 @@ class Objects(object): elif '/' in obj_param: obj = self.__recursive__(obj, obj_param) - elif obj is item: + elif obj is item and obj is not None: obj = item.get(obj_param) if obj_filters and obj: