summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-12 15:00:00 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-12 15:00:00 -0400
commitfdbd9d5bd17f8b3de278ee867919a3103b523d91 (patch)
tree43de767c80bce316c394d3ef76cf2b5e990ef355 /cmd2/cmd2.py
parentddf4c2ccc73caae2ec9f7d5a26afb556718a54d8 (diff)
downloadcmd2-git-fdbd9d5bd17f8b3de278ee867919a3103b523d91.tar.gz
Fixed flake8 warning
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index ee7cc449..6667911a 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -3666,7 +3666,7 @@ class Cmd(cmd.Cmd):
" This command is intended to only be used within text file scripts.")
relative_run_script_parser = ArgParser(description=relative_run_script_description,
- epilog=relative_run_script_epilog)
+ epilog=relative_run_script_epilog)
relative_run_script_parser.add_argument('file_path', help='a file path pointing to a script')
@with_argparser(relative_run_script_parser)