More debug
This commit is contained in:
parent
c75b17a38e
commit
3e73ae9d34
1 changed files with 1 additions and 1 deletions
|
@ -449,5 +449,5 @@ def handle_object_dict(object_dict, model_name):
|
||||||
if object_dict is None:
|
if object_dict is None:
|
||||||
print("Object None for %s" % model_name)
|
print("Object None for %s" % model_name)
|
||||||
else:
|
else:
|
||||||
print(object_dict)
|
print(object_dict) if str(object_dict) is not None else "Str object dict is None"
|
||||||
return object_dict
|
return object_dict
|
||||||
|
|
Loading…
Reference in a new issue