summaryrefslogtreecommitdiff
path: root/configshell
diff options
context:
space:
mode:
Diffstat (limited to 'configshell')
-rw-r--r--configshell/node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configshell/node.py b/configshell/node.py
index 38922a4..2b35daa 100644
--- a/configshell/node.py
+++ b/configshell/node.py
@@ -1133,7 +1133,7 @@ class ConfigNode(object):
for command in commands:
msg += " - %s\n" % self.get_command_syntax(command)[0]
self.shell.con.epy_write(msg)
-
+ return
elif topic not in commands:
raise ExecutionError("Cannot find help topic %s." % topic)