122
122
decoded_response = cjson.decode(response)
123
123
except cjson.DecodeError:
124
124
# Could not decode the reply from the python-console server
126
126
"Communication to console process lost"}
127
127
if "terminate" in decoded_response:
128
128
response = restart_console(uid, jail_path, working_dir,