Skip to content

Commit aced854

Browse files
authored
Update app.py (#3962)
1 parent 60b8074 commit aced854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,6 +1959,7 @@ async def push_screen_wait(
19591959
self, screen: Screen[ScreenResultType] | str
19601960
) -> ScreenResultType | Any:
19611961
"""Push a screen and wait for the result (received from [`Screen.dismiss`][textual.screen.Screen.dismiss]).
1962+
Note that this should only be called when running in a worker.
19621963
19631964
Args:
19641965
screen: A screen or the name of an installed screen.

0 commit comments

Comments
 (0)