Skip to content

Commit

Permalink
Update app.py (#3962)
Browse files Browse the repository at this point in the history
  • Loading branch information
elenakrittik authored and willmcgugan committed Jan 11, 2024
1 parent d0cc52e commit 176f8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1959,6 +1959,7 @@ async def push_screen_wait(
self, screen: Screen[ScreenResultType] | str
) -> ScreenResultType | Any:
"""Push a screen and wait for the result (received from [`Screen.dismiss`][textual.screen.Screen.dismiss]).
Note that this should only be called when running in a worker.
Args:
screen: A screen or the name of an installed screen.
Expand Down

0 comments on commit 176f8e1

Please sign in to comment.