Open genericdata opened 5 years ago
Should the default for the new parameter, output_dir, be an empty string instead of None? Because you perform string concatenation with this parameter and you can't cat a string and a NoneType object.
None
NoneType
Should the default for the new parameter, output_dir, be an empty string instead of
None
? Because you perform string concatenation with this parameter and you can't cat a string and aNoneType
object.