Skip to content

Commit 6a7dccc

Browse files
author
Daniele Giunchi
committed
refactor for qat
1 parent ae9acfd commit 6a7dccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qa/Plugins/ccccPlugin/ccccPluginPublish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def publishReport():
7474
xml = fromstring(str(f.read()))
7575

7676
#with lxml create html
77-
absPathXslt = os.path.join(currentPathScript,"cccc.xslt")
77+
absPathXslt = os.path.join(currentPathScript,"ccccPlugin.xslt")
7878

7979
fileXslt = open(absPathXslt, 'r')
8080
#print xsltH + headString + centerString + str(fileXslt.read()) + tailString + xsltT

qa/Plugins/cppcheckPlugin/cppcheckPluginPublish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def publishReport():
4040
xml = fromstring(str(f.read()))
4141

4242
#with lxml create html
43-
absPathXslt = os.path.join(currentPathScript,"cppcheck.xslt")
43+
absPathXslt = os.path.join(currentPathScript,"cppcheckPlugin.xslt")
4444

4545
fileXslt = open(absPathXslt, 'r')
4646
#print xsltH + headString + centerString + str(fileXslt.read()) + tailString + xsltT

0 commit comments

Comments
 (0)