Danc2050 / TheBugTracker

CAPSTONE BUG TRACKER PROJECT
MIT License
1 stars 1 forks source link

modify ExecuteUserScript and FilterList files #41

Closed MahmoudM14 closed 4 years ago

MahmoudM14 commented 4 years ago

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