Skip to content
Snippets Groups Projects
Commit cc368278 authored by Jungho Shin's avatar Jungho Shin
Browse files

small changes load repo api

parent 8d9aa3b7
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ def calculateTags(inputDict, backend, calcUri):
#print("\n*** inputDict %s *** \n", inputDict)
work = API()
calc, error = work._parse(inputDict, "normalizerRepo")
print("\n*** calc %s *** \n", calc)
for calc, error in work._parse(inputDict, "normalizerRepo")
print("\n*** calc %s *** \n", calc)
if repoSectUri:
backend.closeContext(repoSectUri)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment