From 3eb19eb250dc681cdc8621d2c89e7ee416a28896 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 12 Jan 2017 09:21:04 +0000 Subject: [PATCH] Silence warning on use of subprocess --- plugins/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utils.py b/plugins/utils.py index 11e3c6f..01fc3fe 100644 --- a/plugins/utils.py +++ b/plugins/utils.py @@ -1,4 +1,4 @@ -import subprocess +import subprocess # nosec import logging import os