ttttt
This commit is contained in:
parent
ad0aa01052
commit
3116435878
1 changed files with 8 additions and 7 deletions
|
@ -89,6 +89,7 @@ def pat(index, tick, previous_values):
|
||||||
this.values['index'] = index
|
this.values['index'] = index
|
||||||
if this.pattern != None:
|
if this.pattern != None:
|
||||||
for i in range(len(this.pattern)):
|
for i in range(len(this.pattern)):
|
||||||
|
if i < len(this.pattern):
|
||||||
name = this.pattern[i]['instruction']['name']
|
name = this.pattern[i]['instruction']['name']
|
||||||
targets = this.pattern[i]['instruction']['targets']
|
targets = this.pattern[i]['instruction']['targets']
|
||||||
args = []
|
args = []
|
||||||
|
|
Loading…
Reference in a new issue