Skip to content

Commit 176c06d

Browse files
committed
Added newline to warning
1 parent 64f25c5 commit 176c06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
from .rl_utils import rl_type, RlType
5757
if rl_type == RlType.NONE:
5858
rl_err_msg = "Tab completion has been disabled since no supported version of readline was found\n"
59-
rl_err_msg += "To resolve this, install pyreadline on Windows or gnureadline on Mac"
59+
rl_err_msg += "To resolve this, install pyreadline on Windows or gnureadline on Mac\n"
6060
sys.stderr.write(Fore.LIGHTYELLOW_EX + rl_err_msg + Fore.RESET)
6161
else:
6262
from .rl_utils import rl_force_redisplay, readline

0 commit comments

Comments
 (0)