DataViews/PyCoverageDialog.py

changeset 3032
927a2f8b3669
parent 3021
801289962f4e
child 3060
5883ce99ee12
child 3071
83d066710d60
--- a/DataViews/PyCoverageDialog.py	Sat Oct 19 11:14:51 2013 +0200
+++ b/DataViews/PyCoverageDialog.py	Sat Oct 19 11:49:31 2013 +0200
@@ -195,7 +195,7 @@
                 try:
                     statements, excluded, missing, readable = \
                         cover.analysis2(file)[1:]
-                    readableEx = (excluded and self.__format_lines(excluded) 
+                    readableEx = (excluded and self.__format_lines(excluded)
                                   or '')
                     n = len(statements)
                     m = n - len(missing)

eric ide

mercurial