From 39e007c28526b8bf68084252f653777bcf48a787 Mon Sep 17 00:00:00 2001 From: Charlie Mathews Date: Wed, 1 Jul 2020 14:57:14 -0500 Subject: [PATCH] Fix formatting of call to BANDIT which --- modules/python/Makefile.security | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/python/Makefile.security b/modules/python/Makefile.security index 9e017013..627788c9 100644 --- a/modules/python/Makefile.security +++ b/modules/python/Makefile.security @@ -1,4 +1,4 @@ -BANDIT=$(call which, bandit) +BANDIT=$(call which,bandit) BANDIT_FLAGS=-ll -ii PYTHON_SECURITY_TARGETS?=$(shell find . $(PYTHON_TARGETS_FIND_FLAGS) -not -path "*/tests/*" -not -path "*/docs/*" -not -name "setup.py")