summaryrefslogtreecommitdiff
path: root/python/clidef.py
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2017-06-29 13:22:37 -0500
committerGitHub <noreply@github.com>2017-06-29 13:22:37 -0500
commitefd934cab078c715c5f647c19cebd8f85463b753 (patch)
tree313fa8bf14a7154db1cf285e5cc9dc7621f3fdc7 /python/clidef.py
parent9e3b206d7c25902cd3917d8969f16d118c8fea91 (diff)
parent8e25c8ce2ff6718d3c1d6cb5b6df6409147570d6 (diff)
Merge pull request #746 from qlyoung/vty-outln
vty_outln()
Diffstat (limited to 'python/clidef.py')
-rw-r--r--python/clidef.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/clidef.py b/python/clidef.py
index de3a764a0b..1bf3c24aa2 100644
--- a/python/clidef.py
+++ b/python/clidef.py
@@ -142,8 +142,8 @@ $argdecls
continue;
_fail = 0;$argblocks
if (_fail)
- vty_out (vty, "%% invalid input for %s: %s%s",
- argv[_i]->varname, argv[_i]->arg, VTY_NEWLINE);
+ vty_outln (vty, "%% invalid input for %s: %s",
+ argv[_i]->varname, argv[_i]->arg);
_failcnt += _fail;
}
if (_failcnt)