eric4.py

changeset 6
52e8c820d0dd
parent 0
de9c2efb9d02
child 7
c679fb30c8f3
equal deleted inserted replaced
5:fa319c01b604 6:52e8c820d0dd
97 @param excType exception type 97 @param excType exception type
98 @param excValue exception value 98 @param excValue exception value
99 @param tracebackobj traceback object 99 @param tracebackobj traceback object
100 """ 100 """
101 separator = '-' * 80 101 separator = '-' * 80
102 logFile = os.path.join(unicode(Utilities.getConfigDir()), "eric4_error.log") 102 logFile = os.path.join(Utilities.getConfigDir(), "eric4_error.log")
103 notice = \ 103 notice = \
104 """An unhandled exception occurred. Please report the problem\n"""\ 104 """An unhandled exception occurred. Please report the problem\n"""\
105 """using the error reporting dialog or via email to <%s>.\n"""\ 105 """using the error reporting dialog or via email to <%s>.\n"""\
106 """A log has been written to "%s".\n\nError information:\n""" % \ 106 """A log has been written to "%s".\n\nError information:\n""" % \
107 (BugAddress, logFile) 107 (BugAddress, logFile)

eric ide

mercurial