Noticed I introduced some tabs thanks to my makefile magic
authorepage <eopage@byu.net>
Sat, 8 May 2010 02:43:46 +0000 (02:43 +0000)
committerepage <eopage@byu.net>
Sat, 8 May 2010 02:43:46 +0000 (02:43 +0000)
git-svn-id: file:///svnroot/nqaap/trunk@18 00ff6f12-f5ab-46b1-af0e-967c86d3154f

src/opt/Nqa-Audiobook-player/Audiobook.py

index 00fac87..27901a1 100644 (file)
@@ -27,12 +27,12 @@ class Audiobook(object):
             raise IOError("Audiobook directory not found")
 
         if len(self._chapterPaths) <= self.current_chapter:
-                       _moduleLogger.warning(
-                               "Audiobook chapter out of range (%s/%s)" % (
-                                       self.current_chapter, len(self._chapterPaths)
-                               )
-                       )
-                       self.current_chapter = 0
+            _moduleLogger.warning(
+                "Audiobook chapter out of range (%s/%s)" % (
+                    self.current_chapter, len(self._chapterPaths)
+                )
+            )
+            self.current_chapter = 0
 
     @property
     def chapters(self):