This pull request is made to satisfy AB#145 black list the missing module script, and white list the script that execute successfully
File modified to handled the PR:
1- ExecuteUserScript
a) integrate the FilterList.py
b) when missing module dedicated (in the second except "ModuleNotFoundError" the script will call append function in FilterScript.py
2- FilterList
a) If there is no black or white files create one
b) create a check function to have see if the script to be blacked or whited already there, do nothing if yes.
c) append function.
Please let me know if you have any question
Thanks
Mahmoud
Hello All,
This pull request is made to satisfy AB#145 black list the missing module script, and white list the script that execute successfully File modified to handled the PR: 1- ExecuteUserScript a) integrate the FilterList.py b) when missing module dedicated (in the second except "ModuleNotFoundError" the script will call append function in FilterScript.py 2- FilterList a) If there is no black or white files create one b) create a check function to have see if the script to be blacked or whited already there, do nothing if yes. c) append function.
Please let me know if you have any question Thanks Mahmoud