Skip to content

Commit

Permalink
🌐 translate
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Apr 3, 2023
1 parent 63285b5 commit ab0c479
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 123 deletions.
2 changes: 1 addition & 1 deletion nb_cli/handlers/reloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async def shutdown(self) -> None:
await self.shutdown_func(self.process)

if self.logger:
self.logger.info("Stopped reloader.")
self.logger.info(_("Stopped reloader."))

async def should_restart(self) -> Optional[List[Path]]:
changes = await self.watcher.__anext__()
Expand Down
Loading

0 comments on commit ab0c479

Please sign in to comment.