Skip to content

Commit f6e621f

Browse files
committed
feat(runner): fix typo
1 parent 1edb9fd commit f6e621f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veadk/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ async def wrapper(
149149
):
150150
final_output = event.content.parts[0].text
151151
logger.debug(f"Event output: {final_output}")
152-
152+
153153
post_run_process(self)
154154

155155
return wrapper

0 commit comments

Comments
 (0)