Closed MatthieuDartiailh closed 1 year ago
atomdict.setdefault returns the default value passed in which is incorrect if we have a value validator that coerce the value one way or another. We should access the value after setting the default to fix this.
atomdict.setdefault
atomdict.setdefault
returns the default value passed in which is incorrect if we have a value validator that coerce the value one way or another. We should access the value after setting the default to fix this.