Closed eric-wieser closed 4 years ago
The intent here was likely to just avoid normalizing de if de is None, and this change brings the implementation in line with the intent.
de
de is None
Fixes #466, cc @greg1950
Failure is #441
The intent here was likely to just avoid normalizing
de
ifde is None
, and this change brings the implementation in line with the intent.Fixes #466, cc @greg1950