exdir icon indicating copy to clipboard operation
exdir copied to clipboard

Assigning to attributes not working when attributes.yaml is empty

Open dragly opened this issue 6 years ago • 0 comments

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

dragly avatar Jan 24 '19 23:01 dragly