Fixing some tabs
authorepage <eopage@byu.net>
Wed, 16 Jun 2010 00:09:15 +0000 (00:09 +0000)
committerepage <eopage@byu.net>
Wed, 16 Jun 2010 00:09:15 +0000 (00:09 +0000)
git-svn-id: file:///svnroot/nqaap/trunk@34 00ff6f12-f5ab-46b1-af0e-967c86d3154f

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

index 951b386..7b7098e 100644 (file)
@@ -54,13 +54,13 @@ class Player(object):
                 bookPath = self._bookPaths[lastBookName]
                 self.set_book(bookPath)
             except KeyError:
-                               _moduleLogger.exception("Audiobook was not found")
+                _moduleLogger.exception("Audiobook was not found")
             except IndexError:
-                               _moduleLogger.exception("Chapter was not found")
+                _moduleLogger.exception("Chapter was not found")
             except IOError:
-                               _moduleLogger.exception("Audiobook could not be loaded")
+                _moduleLogger.exception("Audiobook could not be loaded")
             except Exception:
-                               _moduleLogger.exception("Can you say 'confusion'?")
+                _moduleLogger.exception("Can you say 'confusion'?")
 
     @staticmethod
     def __format_name(path):