diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-12-20 19:38:35 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-12-20 19:38:35 -0500 |
commit | 20dec6d0b9c8cf872da932fdd8a73ea1c80172fe (patch) | |
tree | f0f2c12b65dc09c9f04a7659611855b9cf9a2b49 /examples/scripts | |
parent | 6407f4c5c6e669093f69aa69c61776a5f40c17b1 (diff) | |
download | cmd2-git-20dec6d0b9c8cf872da932fdd8a73ea1c80172fe.tar.gz |
Fixing flake8 warning
Diffstat (limited to 'examples/scripts')
-rw-r--r-- | examples/scripts/save_help_text.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/scripts/save_help_text.py b/examples/scripts/save_help_text.py index 31af9515..8c3dc9e7 100644 --- a/examples/scripts/save_help_text.py +++ b/examples/scripts/save_help_text.py @@ -1,4 +1,5 @@ # coding=utf-8 +# flake8: noqa F821 """ A cmd2 script that saves the help text for every command and sub-commands to a file This is meant to be run with pyscript within a cmd2 session. |