https://prefect.io logo
m

Manuel Aristarán

04/13/2020, 5:24 PM
I think the proper way to do this would have been to extend
ShellTask
with a
stdin
kwarg, but I lost the battle against
Popen
. My version uses the (IMHO) much nicer
subprocess.run()
2 Views