Skip to content
Discussion options

You must be logged in to vote

the issue you're having is that it doesn't capture stdout by default, so the response is sent to the log instead -- I think the following should work;

  • alternative 1: xm: j,c1,a.py
  • alternative 2: xm: c1,b.py
  • contents of a.py is print('{"stdout":"hello world"}')
  • contents of b.py is print("this works too")

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@max-4-3
Comment options

Answer selected by max-4-3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants