changeset 293:f3469fde8a34

Remove percent sign from coverage report.
author cmlenz
date Thu, 20 Oct 2005 14:33:53 +0000
parents 3b9d79ef560f
children cb9af0adb365
files bitten/build/pythontools.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/build/pythontools.py
+++ b/bitten/build/pythontools.py
@@ -178,7 +178,7 @@
             percentage = int(round(num_covered * 100 / num_lines))
         else:
             percentage = 0
-        module.attr['percentage'] = str(percentage) + '%'
+        module.attr['percentage'] = percentage
         module.attr['lines'] = num_lines
 
     try:
Copyright (C) 2012-2017 Edgewall Software