mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 17:00:53 +00:00
Update parse_cmx_events.py
Tweaked loop initialization to make more clear
This commit is contained in:
@@ -40,7 +40,7 @@ class EditList:
|
|||||||
return ( rem, curr_event_num, statements_event + [stmt],events, is_drop)
|
return ( rem, curr_event_num, statements_event + [stmt],events, is_drop)
|
||||||
|
|
||||||
|
|
||||||
result = events_p(self.event_statements, None, [], [], False)
|
result = (self.event_statements, None, [], [], False)
|
||||||
while True:
|
while True:
|
||||||
if len(result[0]) == 0:
|
if len(result[0]) == 0:
|
||||||
return result[3]
|
return result[3]
|
||||||
|
|||||||
Reference in New Issue
Block a user