I have verified that I am downloading the latest audit file from tenable and have installed all required modules; however, I continue to receive the error message below when attempting to parse the audit file to Excel.
91, in find_element
description = description.replace(index, '').strip()
TypeError: replace() argument 1 must be str, not None
I have verified that I am downloading the latest audit file from tenable and have installed all required modules; however, I continue to receive the error message below when attempting to parse the audit file to Excel.
91, in find_element
description = description.replace(index, '').strip()