Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
l0o0 authored Nov 25, 2023
1 parent f956896 commit 3689aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def read_metadata(filename):

translator_metadata = {}
for t in translators:
print(t)
metadata = read_metadata("./" + t)
translator_metadata[t] = {
'label': mapDict.get(metadata['label'], metadata['label']),
Expand Down

0 comments on commit 3689aae

Please sign in to comment.