]> git.itanic.dy.fi Git - emerge-timer/commitdiff
Separate the "in total spent emerging" stuff
authorEsko Kokkonen <esko.kokkonen@gmail.com>
Thu, 23 Aug 2012 13:10:53 +0000 (16:10 +0300)
committerEsko Kokkonen <esko.kokkonen@gmail.com>
Thu, 23 Aug 2012 13:10:53 +0000 (16:10 +0300)
Trying to make to important info more easy to find in the
output. Important info here means basically the average emerge time.

emerge-timer.py

index e4acd53e491840fadb0e3bf369adb992a49135ff..0c5761eeeadb4c1f80698a46e4cbff66eace7164 100755 (executable)
@@ -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) +
         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):
               "emerging " + GREEN(self.name))
 
     def plotToScreen(self):