From: Esko Kokkonen Date: Thu, 23 Aug 2012 13:10:53 +0000 (+0300) Subject: Separate the "in total spent emerging" stuff X-Git-Url: http://git.itanic.dy.fi/?p=emerge-timer;a=commitdiff_plain;h=69d8a64cada098dc875cc287ccab8f935b01ebef Separate the "in total spent emerging" stuff Trying to make to important info more easy to find in the output. Important info here means basically the average emerge time. --- diff --git a/emerge-timer.py b/emerge-timer.py index e4acd53..0c5761e 100755 --- a/emerge-timer.py +++ b/emerge-timer.py @@ -196,7 +196,7 @@ class package: print("Max time:\t" + give_time(maxi) + "\nMin time:\t" + give_time(mini) + "\nAverage time:\t" + give_time(average) + - "\nIn total spent:\t" + give_time(total) + + "\n\nIn total spent:\t" + give_time(total) + "emerging " + GREEN(self.name)) def plotToScreen(self):