From: epage Date: Sat, 8 May 2010 02:43:46 +0000 (+0000) Subject: Noticed I introduced some tabs thanks to my makefile magic X-Git-Url: https://vcs.maemo.org/git/?p=nqaap;a=commitdiff_plain;h=5229a9421696674bb29aea8b0355ac4429a8d3b4 Noticed I introduced some tabs thanks to my makefile magic git-svn-id: file:///svnroot/nqaap/trunk@18 00ff6f12-f5ab-46b1-af0e-967c86d3154f --- diff --git a/src/opt/Nqa-Audiobook-player/Audiobook.py b/src/opt/Nqa-Audiobook-player/Audiobook.py index 00fac87..27901a1 100644 --- a/src/opt/Nqa-Audiobook-player/Audiobook.py +++ b/src/opt/Nqa-Audiobook-player/Audiobook.py @@ -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):