groupby / hubot-hangups

Hubot adapter using hangups
39 stars 3 forks source link

Show python script install process #15

Open ehacke opened 9 years ago

ehacke commented 9 years ago

Right now the python install script runs in a separate process and just returns pass or fail.

Use pipes/queues/something to print the output on stdout while it's running. This will help us and other people with debugging if something fails.