HadManySons
HadManySons
When I ran the script, I got this error because it was trying to pass a list, in the exception. Adding the str() type cast fixed the issue, for me...
Traceback (most recent call last): File ".\export_saved.py", line 244, in write_csv csvwriter.writerow(csv_fields) TypeError: a bytes-like object is required, not 'str' During handling of the above exception, another exception occurred: Traceback...
Just merged this into my copy, works like a champ. Thank you.