mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Fixed typos with receive
This commit is contained in:
@@ -21,7 +21,7 @@ def interactive_debug(sig, frame):
|
||||
d.update(frame.f_globals) # Unless shadowed by global
|
||||
d.update(frame.f_locals)
|
||||
|
||||
message = "Signal recieved : entering python shell.\nTraceback:\n"
|
||||
message = "Signal received : entering python shell.\nTraceback:\n"
|
||||
message += ''.join(traceback.format_stack(frame))
|
||||
i = code.InteractiveConsole(d)
|
||||
i.interact(message)
|
||||
|
||||
Reference in New Issue
Block a user