Closed xqd-ai closed 3 years ago
I fixed the error by changing line 694's statment 'blacklist.delete(e)' to 'blacklist.remove(e)' and it worked
Thanks for pointing this out. I have fixed this and added some tests to my test suite so the scenario is properly covered.
when trying to delete a blacklist element from a program, I get bellow error