From 87551d5e9675e77cfbb7be7c499f46d9c6cbe559 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Tue, 25 Sep 2018 18:12:34 -0400 Subject: Removed terminal functions from code coverage --- cmd2/rl_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/rl_utils.py') 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 = "" -- cgit v1.2.1