Skip to content

Commit 3114f22

Browse files
author
Greg Swinehart
committed
Change RStudio Connect to Posit Connect
1 parent 5080244 commit 3114f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shiny/_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def server(input: Inputs, output: Outputs, session: Session):
7575
"""
7676
Whether or not to show a generic message (``SANITIZE_ERRORS=True``) or the actual
7777
message (``SANITIZE_ERRORS=False``) in the app UI when an error occurs. This flag
78-
may default to ``True`` in some production environments (e.g., RStudio Connect).
78+
may default to ``True`` in some production environments (e.g., Posit Connect).
7979
"""
8080

8181
sanitize_error_msg: str = "An error has occurred. Check your logs or contact the app author for clarification."

shiny/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class SafeException(Exception):
9191
Throw a safe exception.
9292
9393
When ``shiny.App.SANITIZE_ERRORS`` is ``True`` (which is the case
94-
in some production environments like RStudio Connect), exceptions are sanitized
94+
in some production environments like Posit Connect), exceptions are sanitized
9595
to prevent leaking of sensitive information. This class provides a way to
9696
generate an error that is OK to be displayed to the user.
9797
"""

0 commit comments

Comments
 (0)