]> git.itanic.dy.fi Git - emerge-timer/commit
open_log(): Don't allow finally block to swallow function return
authorEsko Kokkonen <esko.kokkonen@gmail.com>
Wed, 7 Sep 2011 13:33:11 +0000 (16:33 +0300)
committerEsko Kokkonen <esko.kokkonen@gmail.com>
Wed, 7 Sep 2011 13:33:11 +0000 (16:33 +0300)
commit59462467b6fbb9e60c1ea27700adedcff12b1700
tree42f505e4adcdaec8983325d9a07e122a43dfcbd3
parent2a8836f0838587f63b6cc79b2db63ab213600bb9
open_log(): Don't allow finally block to swallow function return

If we run into the exception here, we don't need to return from this
function but to exit the whole program anyway.
emerge-timer.py