Fix: create_random_person fails if job.age_range is None
Normal conditional doesn't work on an attribute that might be None; need to use hasattr.
Edited by xayaz
GitGud GitLab Security Patching
GitGud will be applying critical security patches at 11pm Eastern Time. Estimated Downtime is 20mins. Check the Sapphire Status Page or our Discord for uptime updates.
Normal conditional doesn't work on an attribute that might be None; need to use hasattr.