* morituri/program/cdparanoia.py:

Make sure exceptions don't prevent the task from chaining up
	  to the parent stop() implementation, giving the runner a chance
	  to actually stop.
This commit is contained in:
Thomas Vander Stichele
2011-08-07 17:57:24 +00:00
parent 3093d50986
commit a8dddb9d70
2 changed files with 38 additions and 26 deletions

View File

@@ -1,3 +1,10 @@
2011-08-07 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py:
Make sure exceptions don't prevent the task from chaining up
to the parent stop() implementation, giving the runner a chance
to actually stop.
2011-08-06 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/rip/debug.py: