Skip to content

Commit

Permalink
Added traces
Browse files Browse the repository at this point in the history
  • Loading branch information
avaranovich committed Nov 14, 2013
1 parent 310ca82 commit f07794b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/integrate/termsCoverage.py
Expand Up @@ -52,6 +52,7 @@ def createTable(resource, contribs, classification, classname):
print '', str(len(clevel1Links)), 'level 1 links found.'
mytemplate = Template(filename='templates/coverageTemplate.txt')
table = mytemplate.render(mappedTerms=mappedTerms, contribs=contribs.keys(), level0Links = level0Links, level1Links=level1Links)
print "Creating " + classBase + "/" + resource + '/coverage.html'
with open(classBase + "/" + resource + '/coverage.html', 'write') as tablef:
tablef.write(table)
coverage = {}
Expand Down

0 comments on commit f07794b

Please sign in to comment.