PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

Signal handling default #32

Closed jsiirola closed 6 years ago

jsiirola commented 6 years ago

This creates a global default for disabling the default signal handling in run_command. Fixes #31

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.02%) to 64.232% when pulling 4a2f2018d6b960e83bf5bea91da84eef8d77be86 on signal-handling-default into 27a8751235483cabf63eea9b62fbced9765bf496 on master.

whart222 commented 6 years ago

I'm going to merge this request with test failures, which do not appear to be related to this PR.