Skip to content
Snippets Groups Projects
Commit 403f36d9 authored by Sébastien Helleu's avatar Sébastien Helleu
Browse files

Add missing space after "#"

parent baa01601
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -121,7 +121,7 @@ class TestProto(object):
data = os.read(sys.stdin.fileno(), 4096)
if data:
if not self.send(data.strip()):
#self.sock.close()
# self.sock.close()
return False
# open stdin to read user commands
sys.stdin = open('/dev/tty')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment