diff -r 1c0ea3a87390 -r 070b35dde35e UI/SplashScreen.py --- a/UI/SplashScreen.py Sun Nov 03 16:23:07 2013 +0100 +++ b/UI/SplashScreen.py Tue Nov 05 22:23:38 2013 +0100 @@ -41,7 +41,8 @@ @param msg message to be shown (string) """ logging.debug(msg) - super(SplashScreen, self).showMessage(msg, self.labelAlignment, QColor(Qt.white)) + super(SplashScreen, self).showMessage( + msg, self.labelAlignment, QColor(Qt.white)) QApplication.processEvents() def clearMessage(self):