cds-snc / tracker

Check whether a Government of Canada domain is adhering to best security practices.
Other
12 stars 9 forks source link

revert stderr output capture from subprocess #33

Closed buckley-w-david closed 6 years ago

buckley-w-david commented 6 years ago

This PR reverts the portions of #32 that redirect stderr output of the subprocess call into a logger.

After further testing it was found that this method does not properly terminate. The change is being reverted until such a time as it can improved.