12-27-2019, 08:17 PM
This is a bug related to Python3, I believe.
Not sure how this line produces this error:
if group_value.find("/"):
Do you know what the value of "group_value" was? Or what type it was?
Not sure how this line produces this error:
if group_value.find("/"):
Do you know what the value of "group_value" was? Or what type it was?