forked from VimPlug/jedi
Ignore jedi.NotFoundError
This commit is contained in:
2
sith.py
2
sith.py
@@ -125,6 +125,8 @@ class RandomAtaccker(MixinPrinter, BaseAttacker):
|
|||||||
for (operation, args) in self.generate_attacks(maxtries, finder):
|
for (operation, args) in self.generate_attacks(maxtries, finder):
|
||||||
try:
|
try:
|
||||||
self.attack(operation, *args)
|
self.attack(operation, *args)
|
||||||
|
except jedi.NotFoundError:
|
||||||
|
pass
|
||||||
except Exception:
|
except Exception:
|
||||||
self.add_record(sys.exc_info(), operation, args)
|
self.add_record(sys.exc_info(), operation, args)
|
||||||
self.print_record()
|
self.print_record()
|
||||||
|
|||||||
Reference in New Issue
Block a user