Files
oslo.concurrency/oslo_concurrency/processutils.py
Doug Hellmann 9a4dea3600 ignore warning from bandit for using shell=
The functions in this library are meant to wrap subprocess, and
sometimes we do want to allow passing shell=True, so mark that line
with nosec to ignore B604.

Change-Id: Iab676449e543a4fdabee62efa9283940d30e3398
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-08-16 15:40:59 -04:00

24 KiB