]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/summary/trac.py
Remove string exception from remaster.
[wizard.git] / wizard / command / summary / trac.py
index 650a7ad002604dc1260a582b7ff015415af96591..8cca74a7f7b6616789be14d457e4a63f47485c73 100644 (file)
@@ -16,8 +16,8 @@ def main(argv, baton):
         print "%08x: %d" % (hash(k), counter[k])
     print "----"
     for k in counter:
-        print "%08x:\n%s" % k
-        print "----"
+        print "%08x:\n%s" % (hash(k), k)
+        print "----\n"
 
 def parse_args(argv, baton):
     usage = """usage: %prog summary trac [ARGS]