Skip to content

Commit

Permalink
small_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalTiwary committed Sep 5, 2023
1 parent 3e69093 commit 77d9427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils/convert_result_to_chitralekha_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def create_memory(result):

def convert_result_to_chitralekha_format(result, ann_id, project_type):
if (len(result) == 1 and result[0] == {}) or len(result) == 0:
return []
return [], None
memory = create_memory(result)
modified_result = []
count = 1
Expand Down

0 comments on commit 77d9427

Please sign in to comment.