Behaviour of get_tag
is different from standard expectation from get
or getattr
#291
Labels
get_tag
is different from standard expectation from get
or getattr
#291
get_tag
is behaving differently fromget
orgetattr
in python. Usually they return default value provided if key is missing. Inskbase
, it fails even when default value is provided, unless one specifically pass an additional argument to control error behaviour.This is not really a bug, but a behaviour that is probably not very intuitive to python users.
The text was updated successfully, but these errors were encountered: