Make report into a separate function in scour. Remove getReport call from scra.py
This commit is contained in:
parent
9dd7f08231
commit
759924fe72
2 changed files with 14 additions and 13 deletions
3
scra.py
3
scra.py
|
|
@ -106,6 +106,3 @@ def fetch(req, indoc,**params):
|
|||
req.write(scourString(fileitem.file.read()))
|
||||
else:
|
||||
req.write(scourString(indoc,options))
|
||||
|
||||
req.write( '<!-- ' + getReport() + ' -->')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue