openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #20021
[Merge] lp:~googol/openlp/missing-space-phonon into lp:openlp/2.0
Andreas Preikschat has proposed merging lp:~googol/openlp/missing-space-phonon into lp:openlp/2.0.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~googol/openlp/missing-space-phonon/+merge/154175
*cough*
Just a missing space in a log message.
--
https://code.launchpad.net/~googol/openlp/missing-space-phonon/+merge/154175
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/missing-space-phonon into lp:openlp/2.0.
=== modified file 'openlp/core/ui/media/phononplayer.py'
--- openlp/core/ui/media/phononplayer.py 2013-03-14 22:16:36 +0000
+++ openlp/core/ui/media/phononplayer.py 2013-03-19 19:03:32 +0000
@@ -79,7 +79,7 @@
self._addToList(self.video_extensions_list, mimetype)
# Work around for http://bugs.python.org/issue9291
except UnicodeDecodeError:
- log.exception(u'UnicodeDecodeError when trying to read mime types.'
+ log.exception(u'UnicodeDecodeError when trying to read mime types. '
'Setting extensions to all files')
self.audio_extensions_list = [u'*.*']
self.video_extensions_list = [u'*.*']
Follow ups