allow setting metadata field to `None`
Near this line put an else
statement to allow the user to set the metadata to None
. This way when get_metadata
is called on that field, None
is returned rather than an error
Near this line put an else
statement to allow the user to set the metadata to None
. This way when get_metadata
is called on that field, None
is returned rather than an error