More debug

This commit is contained in:
PCoder 2021-11-25 10:52:46 +05:30
parent c75b17a38e
commit 3e73ae9d34
1 changed files with 1 additions and 1 deletions

View File

@ -449,5 +449,5 @@ def handle_object_dict(object_dict, model_name):
if object_dict is None:
print("Object None for %s" % model_name)
else:
print(object_dict)
print(object_dict) if str(object_dict) is not None else "Str object dict is None"
return object_dict