Closed Quit3Simpl3 closed 3 years ago
line 50, function decouple._cast_boolean(self, value): maybe add a check to see if the value is the string 'None'? Python converts bool(None) to False, but strtobool('None') raises an exception.
Tks. But I don't see the need for this.
line 50, function decouple._cast_boolean(self, value): maybe add a check to see if the value is the string 'None'? Python converts bool(None) to False, but strtobool('None') raises an exception.