Add python vars

This commit is contained in:
Gabo 2020-07-21 19:57:21 -05:00
parent 0ca744a9c7
commit 794c614836

View file

@ -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 #
##########################################################