Compare commits

..

1 commit

Author SHA1 Message Date
aa123119bc change loop format 2020-11-10 19:48:19 -05:00

View file

@ -119,7 +119,7 @@ def pat(index, tick, previous_values):
this.values['index'] = index
if this.pattern != None:
i = 0
while i < range(len(this.pattern)):
while i < len(this.pattern):
if i < len(this.pattern):
name = this.pattern[i]['instruction']['name']
targets = this.pattern[i]['instruction']['targets']