We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6be5e7 commit aa99f7eCopy full SHA for aa99f7e
1 file changed
manager/manager/manager.py
@@ -690,7 +690,7 @@ def on_run_application(self, event):
690
],
691
stdin=open("/dev/pts/" + console_fd, "r"),
692
stdout=open("/dev/pts/" + console_fd, "w"),
693
- stderr=open("/dev/pts/" + console_fd, "w"),
+ stderr=sys.stdout,
694
bufsize=1024,
695
universal_newlines=True,
696
shell=True,
@@ -718,7 +718,7 @@ def on_run_application(self, event):
718
["python3", entrypoint],
719
720
721
722
723
724
)
0 commit comments