]> git.itanic.dy.fi Git - emerge-timer/commit
list_emerge_processes(): Don't exit the program, only return from the function
authorEsko Kokkonen <esko.kokkonen@gmail.com>
Sat, 26 Nov 2011 15:11:51 +0000 (17:11 +0200)
committerEsko Kokkonen <esko.kokkonen@gmail.com>
Sat, 26 Nov 2011 15:11:51 +0000 (17:11 +0200)
commit967e2fd4fe47001d572ddaf600720ecd18fa39c3
tree1ce2c02bbccb3437f04bcfb90f3e27207bfe4d05
parent4005dc0b10aa27c5b8b480c9ccfc02cbe4b7830d
list_emerge_processes(): Don't exit the program, only return from the function

Exiting the whole program at this early point is not always what we
want. It is better to exit the function and resume the main function
in case we want to do something else in the program.
emerge-timer.py