From 8643a0880fddd9cfd08af119d0c5ab80a7e12acc Mon Sep 17 00:00:00 2001 From: joamag Date: Thu, 9 Apr 2015 17:56:11 +0100 Subject: [PATCH] new none base resolution --- src/appier/typesf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/appier/typesf.py b/src/appier/typesf.py index d2c3de85..b85a5dfe 100644 --- a/src/appier/typesf.py +++ b/src/appier/typesf.py @@ -461,9 +461,9 @@ def resolve(self, strict = False): # object value in the current instance with a none # value and then returns this (invalid value) if not self.id: - object = None - self.__dict__["object"] = object - return object + _object = None + self.__dict__["_object"] = _object + return _object # creates the map of keyword based arguments that is going # to be used in the resolution of the reference and uses the