Skip to content
Commit 5a187a1e authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

utils.py: Disable lint warning about popen



We use `preexec_fn` in our use of Popen.  Since there are threads
in the codebase, this is not necessarily safe.  However we go to
great lengths to ensure that the main process doesn't spawn threads
(they're used in gRPC a lot) and so it should be safe for our use.
As such, we disable the lint here.

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent e9c6db1e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment