Flush output streams on kitten end
This commit is contained in:
parent
3192b61385
commit
56dd442e2c
@ -46,6 +46,8 @@ def launch(args):
|
||||
if result is not None:
|
||||
import json
|
||||
print('OK:', json.dumps(result))
|
||||
sys.stderr.flush()
|
||||
sys.stdout.flush()
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user