- Fixed bug in new trace code.
This commit is contained in:
parent
c5125fec9e
commit
ae65d0a30d
@ -214,6 +214,7 @@ class Run(object):
|
||||
self.eventList = []
|
||||
self.intruder = False
|
||||
self.attack = None
|
||||
self.variables = []
|
||||
|
||||
def __iter__(self):
|
||||
return iter(self.eventList)
|
||||
|
Loading…
Reference in New Issue
Block a user