File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
tests/playwright/examples Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def wrap_express_app(file: Path) -> App:
3737 A `shiny.App` object.
3838 """
3939 logging .getLogger ("uvicorn.error" ).warning (
40- "Detected Shiny Express app. please note that Shiny Express is still in "
40+ "Detected Shiny Express app. Please note that Shiny Express is still in "
4141 "development and the API is subject to change!"
4242 )
4343
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ def get_apps(path: str) -> typing.List[str]:
6262 ],
6363}
6464app_allow_external_errors : typing .List [str ] = [
65+ # Shiny express warning:
66+ "Detected Shiny Express app. Please note that Shiny Express" ,
6567 # plotnine: https://github.com/has2k1/plotnine/issues/713
6668 # mizani: https://github.com/has2k1/mizani/issues/34
6769 # seaborn: https://github.com/mwaskom/seaborn/issues/3457
You can’t perform that action at this time.
0 commit comments