Closed johannesu closed 1 year ago
load_file and save_file breaks if file_path is a pathlib.Path.
load_file
save_file
file_path
pathlib.Path
This is because urllib expect the input to be to be a str.
urllib
str
load_file
andsave_file
breaks iffile_path
is apathlib.Path
.This is because
urllib
expect the input to be to be astr
.