Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Aug 22, 2024
1 parent 787ca79 commit 28aef72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ def get_system_commands(self) -> Iterable[SystemCommand]:
self.action_show_help_panel,
)

# Don't save screenshot until we have the deliver_file in place
# Don't save screenshot for web drivers until we have the deliver_file in place
if self._driver.__class__.__name__ in {"LinuxDriver", "WindowsDriver"}:

def export_screenshot() -> None:
Expand Down

0 comments on commit 28aef72

Please sign in to comment.