summaryrefslogtreecommitdiff
path: root/cmd2/rl_utils.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-25 18:12:34 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-25 18:12:34 -0400
commit87551d5e9675e77cfbb7be7c499f46d9c6cbe559 (patch)
treee857265efe8d0fd0f472225d28987359b9e98cc8 /cmd2/rl_utils.py
parentc0c87070b8ef107f2fb5783c22ff3b61a027b67d (diff)
downloadcmd2-git-87551d5e9675e77cfbb7be7c499f46d9c6cbe559.tar.gz
Removed terminal functions from code coverage
Diffstat (limited to 'cmd2/rl_utils.py')
-rw-r--r--cmd2/rl_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/rl_utils.py b/cmd2/rl_utils.py
index 569ba8cf..d4e7666a 100644
--- a/cmd2/rl_utils.py
+++ b/cmd2/rl_utils.py
@@ -182,7 +182,7 @@ def rl_make_safe_prompt(prompt: str, start: str = "\x01", end: str = "\x02") ->
:param end: end code to tell GNU Readline about end of invisible characters
:return: prompt safe to pass to GNU Readline
"""
- if rl_type == RlType.GNU:
+ if rl_type == RlType.GNU: # pragma: no cover
escaped = False
result = ""