From 0f8f90cc2ade4135193f5399e5e6a12271668867 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 27 Jan 2020 22:36:49 -0500 Subject: Made three public attributes of cmd2.Cmd no longer settable at runtime by end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt --- examples/scripts/save_help_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/scripts') diff --git a/examples/scripts/save_help_text.py b/examples/scripts/save_help_text.py index 12d66d6d..2d1c2c41 100644 --- a/examples/scripts/save_help_text.py +++ b/examples/scripts/save_help_text.py @@ -60,7 +60,7 @@ def main() -> None: # Make sure we have access to self if 'self' not in globals(): - print("Run 'set locals_in_py true' and then rerun this script") + print("Re-run this script from a cmd2 application where locals_in_py is True") return # Make sure the user passed in an output file -- cgit v1.2.1