diff --git a/sith.py b/sith.py index 6ff37ca4..e009bd32 100755 --- a/sith.py +++ b/sith.py @@ -125,6 +125,8 @@ class RandomAtaccker(MixinPrinter, BaseAttacker): for (operation, args) in self.generate_attacks(maxtries, finder): try: self.attack(operation, *args) + except jedi.NotFoundError: + pass except Exception: self.add_record(sys.exc_info(), operation, args) self.print_record()