-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
If an attribute, such as the description is missing, the script error instead of removing that attribute from the generated json file.
example:
https://developer.apple.com/documentation/appleschoolmanagerapi/errorlinks
uv run schemer.py https://developer.apple.com/documentation/appleschoolmanagerapi/errorlinks ./asm/schemaproduces:
================================================================
Title: ErrorLinks
Traceback (most recent call last):
File "/Users/monty/Documents/Dev/AppleDocParser/schemer.py", line 115, in <module>
main()
~~~~^^
File "/Users/monty/Documents/Dev/AppleDocParser/schemer.py", line 38, in main
print("Description:", desc_tag.text)
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'text'Metadata
Metadata
Assignees
Labels
No labels