From 2542365271aaedb319d29d532535b8e5905018d8 Mon Sep 17 00:00:00 2001 From: epage Date: Wed, 16 Jun 2010 00:09:15 +0000 Subject: [PATCH] Fixing some tabs git-svn-id: file:///svnroot/nqaap/trunk@34 00ff6f12-f5ab-46b1-af0e-967c86d3154f --- src/opt/Nqa-Audiobook-player/Player.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/opt/Nqa-Audiobook-player/Player.py b/src/opt/Nqa-Audiobook-player/Player.py index 951b386..7b7098e 100644 --- a/src/opt/Nqa-Audiobook-player/Player.py +++ b/src/opt/Nqa-Audiobook-player/Player.py @@ -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): -- 1.7.9.5