You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding some additional output to the script, the value being passed to xlswriter: Key, Value of pivoted_entity_type_data.items(): attributes.tag-names: [[], [], [], []].
The text was updated successfully, but these errors were encountered:
When the TF API returns workspaces data, if the 'tag-names' attribute is an empty list, the audit script errors:
TypeError: Unsupported type <class 'list'> in write()
.Traceback: audit_traceback.txt
Example:
Adding some additional output to the script, the value being passed to
xlswriter
:Key, Value of pivoted_entity_type_data.items(): attributes.tag-names: [[], [], [], []]
.The text was updated successfully, but these errors were encountered: