
13 Aug
2008
13 Aug
'08
8:14 p.m.
KR> This is odd because the code uses tabs: The tabs aren't translating properly into the mailer, I'm sure. I think it would be safer to use space-padded fields where possible. KR> for type, val in rvals.iteritems(): Replacing this: KR> results += " %s:\t%d\n" % (type, val) with something like this: results += " %s: %20d\n" % (type, val) should do it. KR> results_total = " -----------------\n Total:\t%d\n" % test_total The same should be applicable here -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com