summaryrefslogtreecommitdiff
path: root/cmd2/argparse_completer.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-01 16:07:11 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-01 16:07:11 -0500
commitaccd9c71aef22d98707122369fb1ca66c279ecd8 (patch)
treeec92be29c72134710d9ec41a7b4b0bf3a2f9aae4 /cmd2/argparse_completer.py
parent1390b7889938588810e8a1d5c660ce354cfb7de0 (diff)
downloadcmd2-git-accd9c71aef22d98707122369fb1ca66c279ecd8.tar.gz
Fixed a lot of warnings
Diffstat (limited to 'cmd2/argparse_completer.py')
-rw-r--r--cmd2/argparse_completer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/argparse_completer.py b/cmd2/argparse_completer.py
index 891622d1..7b466342 100644
--- a/cmd2/argparse_completer.py
+++ b/cmd2/argparse_completer.py
@@ -988,7 +988,7 @@ class ACArgumentParser(argparse.ArgumentParser):
self._custom_error_message = ''
# Begin cmd2 customization
- def set_custom_message(self, custom_message: str='') -> None:
+ def set_custom_message(self, custom_message: str = '') -> None:
"""
Allows an error message override to the error() function, useful when forcing a
re-parse of arguments with newly required parameters