Skip to content

Commit

Permalink
add licenses and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaMart committed Sep 15, 2024
1 parent c1a14da commit 6a1eec2
Show file tree
Hide file tree
Showing 4 changed files with 6,756 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ def prepareMetadataForEvaluation(metadata):
]

for field in fields:
#print('preparing field: ', field)
print('preparing field: ', field)
new_list = []
for item in metadata[field]:
new_item = item['term']
Expand Down
Loading

0 comments on commit 6a1eec2

Please sign in to comment.