* morituri/common/common.py:

Add an EmptyError.
	* morituri/common/checksum.py:
	  Set it when we don't get any frames.
	* morituri/rip/main.py:
	  Catch it and stop ripping if this happens.
This commit is contained in:
Thomas Vander Stichele
2011-05-24 15:15:44 +00:00
parent b540b10c33
commit 234ac4c644
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
2011-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/common.py:
Add an EmptyError.
* morituri/common/checksum.py:
Set it when we don't get any frames.
* morituri/rip/main.py:
Catch it and stop ripping if this happens.
2011-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py: