This commit is contained in:
Sebastien Bourdeauducq 2022-01-26 07:51:35 +08:00
parent e6c18364ae
commit ee511758ce
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class CoreException:
'another exception occurred:\n\n').join(tracebacks)
return 'Core Device Traceback:\n' +\
traceback_str +\
'\n\nEnd of Code Device Traceback\n'
'\n\nEnd of Core Device Traceback\n'
class InternalError(Exception):