94
94
except (cjson.DecodeError, ivle.chat.ProtocolError):
95
95
# Could not decode the reply from the python-console server
98
98
if "terminate" in response:
99
99
response = restart_console(req.config, uid, jail_path,
100
100
working_dir, response["terminate"])