Skip to content

Commit 39e007c

Browse files
committed
Fix formatting of call to BANDIT which
1 parent 68b9a26 commit 39e007c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/python/Makefile.security

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BANDIT=$(call which, bandit)
1+
BANDIT=$(call which,bandit)
22
BANDIT_FLAGS=-ll -ii
33

44
PYTHON_SECURITY_TARGETS?=$(shell find . $(PYTHON_TARGETS_FIND_FLAGS) -not -path "*/tests/*" -not -path "*/docs/*" -not -name "setup.py")

0 commit comments

Comments
 (0)