use if clause with hasattr instead of try except in __init__ of FameYamlLoader
Use an hasattr if clause instead of try except. The try except can make it harder to identify errors in the underlying library or items
Use an hasattr if clause instead of try except. The try except can make it harder to identify errors in the underlying library or items