* morituri/common/task.py:

Add an exception ivar for tasks to set an exception on while
	  running.  Make SyncRunner raise it during done()
	* morituri/program/cdparanoia.py:
	  Set an exception if the ripped file doesn't match the expected size
	  (for example when disc is full)
This commit is contained in:
Thomas Vander Stichele
2009-05-07 09:19:41 +00:00
parent 9fb4264934
commit c06814e139
3 changed files with 58 additions and 15 deletions

View File

@@ -1,3 +1,12 @@
2009-05-07 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py:
Add an exception ivar for tasks to set an exception on while
running. Make SyncRunner raise it during done()
* morituri/program/cdparanoia.py:
Set an exception if the ripped file doesn't match the expected size
(for example when disc is full)
2009-05-07 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/common.py: