Compare commits
1 commit
2922ceac3d
...
aa123119bc
Author | SHA1 | Date | |
---|---|---|---|
aa123119bc |
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue