* morituri/program/cdrdao.py:

Add logCategory to CDRDAO tasks.
	  Remove errors from parser, set them publically on task.
	  Properly raise exceptions on data cd's with correct stack origin.
This commit is contained in:
Thomas Vander Stichele
2010-11-08 20:00:43 +00:00
parent e104981a54
commit 4fafb7d148
2 changed files with 39 additions and 15 deletions

View File

@@ -1,3 +1,10 @@
2010-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdrdao.py:
Add logCategory to CDRDAO tasks.
Remove errors from parser, set them publically on task.
Properly raise exceptions on data cd's with correct stack origin.
2010-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/program.py: