You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fixed AttributeError on doc_status.py
This commit is contained in:
@@ -259,6 +259,7 @@ class ClassStatus:
|
|||||||
status.progresses[tag.tag].increment(len(descr.text.strip()) > 0)
|
status.progresses[tag.tag].increment(len(descr.text.strip()) > 0)
|
||||||
elif tag.tag in ['constants', 'members']:
|
elif tag.tag in ['constants', 'members']:
|
||||||
for sub_tag in list(tag):
|
for sub_tag in list(tag):
|
||||||
|
if not sub_tag.text is None:
|
||||||
status.progresses[tag.tag].increment(len(sub_tag.text.strip()) > 0)
|
status.progresses[tag.tag].increment(len(sub_tag.text.strip()) > 0)
|
||||||
|
|
||||||
elif tag.tag in ['tutorials']:
|
elif tag.tag in ['tutorials']:
|
||||||
|
|||||||
Reference in New Issue
Block a user