mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Fix: record was not saved
This commit is contained in:
3
sith.py
3
sith.py
@@ -192,7 +192,8 @@ class RandomAtaccker(MixinPrinter, BaseAttacker):
|
|||||||
reporter.error()
|
reporter.error()
|
||||||
self.print_record()
|
self.print_record()
|
||||||
raise
|
raise
|
||||||
self.save_record(record)
|
finally:
|
||||||
|
self.save_record(record)
|
||||||
|
|
||||||
def add_arguments(self, parser):
|
def add_arguments(self, parser):
|
||||||
super(RandomAtaccker, self).add_arguments(parser)
|
super(RandomAtaccker, self).add_arguments(parser)
|
||||||
|
|||||||
Reference in New Issue
Block a user