Skip to content

Commit

Permalink
new none base resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 9, 2015
1 parent 7e1408d commit 8643a08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/appier/typesf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8643a08

Please sign in to comment.