DataViews/CodeMetricsDialog.py

changeset 4261
f05726488802
parent 4021
195a471c327b
child 4278
ccd1e13cb9bd
diff -r c90a1cb373f2 -r f05726488802 DataViews/CodeMetricsDialog.py
--- 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