3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 14:13:23 +00:00

Some tidy up

This commit is contained in:
Krystine Sherwin 2023-08-14 12:13:29 +12:00
parent 685da6a2e5
commit e2c0f8fc50
No known key found for this signature in database
10 changed files with 28 additions and 21 deletions

View file

@ -227,7 +227,7 @@ class CommandDomain(Domain):
return make_refnode(builder,fromdocname,todocname,
targ, contnode, title)
else:
print("Awww, found nothing")
print(f"Missing ref for {target} in {fromdocname} ")
return None
def setup(app):