The following results in an error saying that we cannot assign to NoneType when the attributes.yaml file is empty: ``` group.attrs['something'] = 1.0 ```
The following results in an error saying that we cannot assign to NoneType when the attributes.yaml file is empty: