mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +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)
|
||||
|
||||
|
||||
result = events_p(self.event_statements, None, [], [], False)
|
||||
result = (self.event_statements, None, [], [], False)
|
||||
while True:
|
||||
if len(result[0]) == 0:
|
||||
return result[3]
|
||||
|
||||
Reference in New Issue
Block a user