Skip to content

Commit

Permalink
yield non-end event
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Q committed Jun 27, 2024
1 parent ab15b7a commit 09feded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskweaver/utils/json_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def process_ev_queue() -> Iterable[ParserEvent]:

for ev in result:
if not ev.is_end:
yield ev
continue
evt = ev.event
val = ev.value
Expand Down

0 comments on commit 09feded

Please sign in to comment.