Skip to content

Commit

Permalink
Add missing codegenScope
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Barber committed Oct 7, 2022
1 parent 2c8f536 commit 4f7fc07
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ class PythonApplicationGenerator(
}
}
""",
"Protocol" to protocol.markerStruct(),
*codegenScope,
)
}

Expand Down Expand Up @@ -276,7 +278,6 @@ class PythonApplicationGenerator(
self.start_hyper_worker(py, socket, event_loop, router, worker_number)
}
""",
"Protocol" to protocol.markerStruct(),
*codegenScope,
)
operations.map { operation ->
Expand Down

0 comments on commit 4f7fc07

Please sign in to comment.