diff --git a/Python/traceback.c b/Python/traceback.c index 204121ba66d..cdabd2900ac 100644 --- a/Python/traceback.c +++ b/Python/traceback.c @@ -1071,7 +1071,7 @@ dump_traceback(int fd, PyThreadState *tstate, int write_header) frame = tstate->frame; if (frame == NULL) { - PUTS(fd, "\n"); + PUTS(fd, " \n"); return; }