Closed probablykasper closed 3 years ago
Noticed that when I ran write_to_path with a non-existing path, there was no error message. With this PR, the error message would be IO Error: No such file or directory (os error 2).
write_to_path
IO Error: No such file or directory (os error 2)
Looks good!
Noticed that when I ran
write_to_path
with a non-existing path, there was no error message. With this PR, the error message would beIO Error: No such file or directory (os error 2)
.