more unit tests and fixes
This commit is contained in:
@ -378,7 +378,10 @@ class ExecuteNode:
|
||||
|
||||
#Note: make streaming?
|
||||
if isinstance(input,str) or type(input)=='unicode':
|
||||
p.stdin.write(input)
|
||||
p.stdin.write(input.encode('utf-8'))
|
||||
|
||||
if p.stdin:
|
||||
p.stdin.close()
|
||||
|
||||
#return pipe
|
||||
if pipe:
|
||||
|
||||
Reference in New Issue
Block a user