QScintilla/Shell.py

changeset 5126
d28b92dabc2b
parent 5108
f5cb9cb98e6a
child 5176
30547e9a19e3
equal deleted inserted replaced
5121:d5d2cbf49daf 5126:d28b92dabc2b
695 @param stackTrace list of stack entries (list of string) 695 @param stackTrace list of stack entries (list of string)
696 """ 696 """
697 self .__clientError() 697 self .__clientError()
698 698
699 if Preferences.getDebugger("ShowExceptionInShell"): 699 if Preferences.getDebugger("ShowExceptionInShell"):
700 if exceptionType is not None: 700 if exceptionType:
701 if stackTrace: 701 if stackTrace:
702 self.__write( 702 self.__write(
703 self.tr('Exception "{0}"\n{1}\nFile: {2}, Line: {3}\n') 703 self.tr('Exception "{0}"\n{1}\nFile: {2}, Line: {3}\n')
704 .format( 704 .format(
705 exceptionType, 705 exceptionType,

eric ide

mercurial