Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Jan 12, 2024
1 parent c4bf03b commit d3f94dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server_terminals/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def initialize_configurables(self) -> None:
def initialize_handlers(self) -> None:
"""Initialize handlers."""
if not self.serverapp:
# Checking self.terminals_available instead breaks enabling terminals
# Already set `terminals_available` as `False` in `initialize_settings`
return

if not self.serverapp.terminals_enabled:
Expand Down

0 comments on commit d3f94dc

Please sign in to comment.