I'm trying to fill a PyQt form with data from Shotgun, but sometimes there are empty fields, so a "find_one" returns "None" and Python gives me an error message. Is there a way to convert this None value to a string, or a way to filter all the fields which return None?
Thank you in advance