The branch, master has been updated via b8de53ad4d828750cf6b31707be8db0fb9e9843a (commit) from 7837ad69ebcd3bc72b20f227b161538abc5d8bcd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b8de53ad4d828750cf6b31707be8db0fb9e9843a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 1 14:25:46 2011 +0200 being more precise on except statement ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/notify.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/notify.py b/pyhoca/wxgui/notify.py index 8f2a028..af6a2d6 100644 --- a/pyhoca/wxgui/notify.py +++ b/pyhoca/wxgui/notify.py @@ -180,7 +180,7 @@ class notificationmessage_NotifierPopup(object): except: _text = text try: self._pyhoca_logger('['+_title+'] '+_text, loglevel=log.loglevel_NOTICE) - except: self._pyhoca_logger('Unicode error occurred while rendering a log message...', loglevel=log.loglevel_WARN) + except UnicodeDecodeError: self._pyhoca_logger('Unicode error occurred while rendering a log message...', loglevel=log.loglevel_WARN) def Close(self): pass hooks/post-receive -- pyhoca-gui.git (Python X2go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2go Client (wxPython GUI)).