Skip to content
Snippets Groups Projects
Commit cf465e3f authored by tuhe's avatar tuhe
Browse files

updates

parent 110f89a6
No related branches found
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ def mkapp(base_dir="./"): ...@@ -260,7 +260,7 @@ def mkapp(base_dir="./"):
try: try:
out = subprocess.run(cmd, cwd=db['local_base_dir_for_test_module'], shell=True, check=True, capture_output=True, text=True) out = subprocess.run(cmd, cwd=db['local_base_dir_for_test_module'], shell=True, check=True, capture_output=True, text=True)
except Exception as e: except Exception as e:
pass print(e)
@socketio.on("pty-input", namespace="/pty") @socketio.on("pty-input", namespace="/pty")
def pty_input(data): def pty_input(data):
......
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