File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments