Fix traceback when using sethelp/edit to create a new topic
This commit is contained in:
parent
a1023ebc7e
commit
8f67f3934c
1 changed files with 1 additions and 1 deletions
|
|
@ -953,7 +953,7 @@ class CmdSetHelp(CmdHelp):
|
||||||
else:
|
else:
|
||||||
helpentry = create.create_help_entry(
|
helpentry = create.create_help_entry(
|
||||||
topicstr,
|
topicstr,
|
||||||
self.rhs,
|
self.rhs if self.rhs is not None else "",
|
||||||
category=category,
|
category=category,
|
||||||
locks=lockstring,
|
locks=lockstring,
|
||||||
aliases=aliases,
|
aliases=aliases,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue