Skip to content

Commit

Permalink
Fix kernel client cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jun 23, 2023
1 parent cb4dd6d commit 1fb1439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voila/notebook_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ async def _jinja_cell_generator(self, nb, kernel_id):
finally:
yield output_cell

await self._cleanup_resources()
await self._cleanup_resources()

async def _cleanup_resources(self):
await ensure_async(self.executor.kc.stop_channels())
Expand Down

0 comments on commit 1fb1439

Please sign in to comment.