From 794c61483616d73766a3bd5528d8d666d10a9d6f Mon Sep 17 00:00:00 2001 From: Gabo Date: Tue, 21 Jul 2020 19:57:21 -0500 Subject: [PATCH] Add python vars --- lib/buildFileList.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/buildFileList.sh b/lib/buildFileList.sh index 05cdf29f..7e1ad63e 100755 --- a/lib/buildFileList.sh +++ b/lib/buildFileList.sh @@ -263,7 +263,8 @@ function BuildFileList() { ################################ # Append the file to the array # ################################ - FILE_ARRAY_PYTHON+=("${FILE}") + FILE_ARRAY_PYTHON_PYLINT+=("${FILE}") + FILE_ARRAY_PYTHON_FLAKE8+=("${FILE}") ########################################################## # Set the READ_ONLY_CHANGE_FLAG since this could be exec # ##########################################################