Skip to content

Commit

Permalink
new comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 26, 2014
1 parent aeaf0bf commit ce7a93c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mvc/src/mvc_utils/entity_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2631,7 +2631,9 @@ def checker(name):
# validates the relations of the current entity model
# and retrieves the result of such validation, then
# validates the current entity model and also retrieves
# the result of the validation
# the result of the validation, note that the checker
# function is only used in non strict environment as it's
# considered dangerous to use it for defaulting storage
relations_result_value = self._validate_relations(persist_type)
result_value = self.validate(checker = None if strict else checker)
finally:
Expand Down

0 comments on commit ce7a93c

Please sign in to comment.