Merge pull request #3455 from chiizujin/sethelp_edit

Fix traceback when using sethelp/edit to create a new topic
This commit is contained in:
Griatch 2024-03-30 15:37:52 +01:00 committed by GitHub
commit c9313dd63e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -953,7 +953,7 @@ class CmdSetHelp(CmdHelp):
else:
helpentry = create.create_help_entry(
topicstr,
self.rhs,
self.rhs if self.rhs is not None else "",
category=category,
locks=lockstring,
aliases=aliases,