]> git.itanic.dy.fi Git - emerge-timer/commit
Fix a conflict in comparing emerge times
authorEsko Kokkonen <esko.kokkonen@gmail.com>
Thu, 4 Sep 2014 15:33:41 +0000 (18:33 +0300)
committerEsko Kokkonen <esko.kokkonen@gmail.com>
Thu, 4 Sep 2014 15:33:41 +0000 (18:33 +0300)
commit249b3ef17a6fe93fda79cbabf2d51234310473cb
treeef761f57ca84e8ac832b8beb7a7a65ee07aff41f
parentc786224a13a947b2d89cc82e22397b84d715574f
Fix a conflict in comparing emerge times

First look for the string indicating infinity and if this is not
found, then continue to the actual time comparisons. This was probably
broken in python3 -> python2 upgrade.
emerge-timer.py