ccoverstreet / Jablko

Smart Home Interface powered by Go.
MIT License
1 stars 0 forks source link

Does subprocess.Stop ever need to fail? #124

Open ccoverstreet opened 2 years ago

ccoverstreet commented 2 years ago

It seems like subprocess.Stop never has a realistic situation where it should fail outside of the syscall failing. This means that the extra conditional checks should not return an error, but should return nil and stop execution of the Stop method