[SCM] morituri/master: fix bug caught by pychecker

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:01 UTC 2014


The following commit has been merged in the master branch:
commit b08c054be9d241cdbbf1ead7130865e7a6b5d635
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri May 22 20:09:35 2009 +0000

    fix bug caught  by pychecker

diff --git a/morituri/program/cdrdao.py b/morituri/program/cdrdao.py
index 2ca7520..ad5544b 100644
--- a/morituri/program/cdrdao.py
+++ b/morituri/program/cdrdao.py
@@ -249,7 +249,7 @@ class CDRDAOTask(task.Task):
         """
         Called when cdrdao completed successfully.
         """
-        raise NotImplentedError
+        raise NotImplementedError
 
 
 class ReadTableTask(CDRDAOTask):

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list