Docs: Add back message for empty help

This commit is contained in:
Krystine Sherwin 2024-04-09 16:12:41 +12:00
parent 6bbe763845
commit 600149a824
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ for line in fileinput.input():
# no module definition, ignore line
pass
if line.startswith("endmodule"):
if not simHelper.desc:
simHelper.desc.append("No help message for this cell type found.\n")
print(simHelper)
simHelper = SimHelper()