nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

Be able to pass cwd along to Popen #170

Closed mattrobenolt closed 8 years ago

mattrobenolt commented 8 years ago

This is useful when using honcho as a library.

nickstenning commented 8 years ago

Thanks for submitting this. The change looks good, and I'll be happy to merge it if you could add some tests for this functionality.

mattrobenolt commented 8 years ago

Yeah, totally. I'll see if I have some time today to get that done. Thanks. :)

mattrobenolt commented 8 years ago

jk tests were easy. @nickstenning should be good now. :)

mattrobenolt commented 8 years ago

Hey @nickstenning, anything else I can do here?

nickstenning commented 8 years ago

Sorry for the delay. LGTM.