DataViews/CodeMetricsDialog.py

branch
6_0_x
changeset 4262
59904313af24
parent 4022
f5f42921717e
child 4278
ccd1e13cb9bd
--- a/DataViews/CodeMetricsDialog.py	Sat May 16 12:47:31 2015 +0200
+++ b/DataViews/CodeMetricsDialog.py	Sat May 16 16:23:54 2015 +0200
@@ -217,7 +217,7 @@
         v = []
         for key in ('start', 'end', 'lines', 'nloc', 'comments', 'empty'):
             if counters.get(key, 0):
-                v.append(counters[key])
+                v.append(loc.toString(counters[key]))
             else:
                 v.append('')
         return v

eric ide

mercurial